On Wed, Jan 20, 2010 at 2:32 PM, Roy Stogner <[email protected]> wrote: > > On Wed, 20 Jan 2010, John Peterson wrote: > >> I agree with Derek, if you are compiling with complex enabled (which >> it seems you are) and your compiler can't find a match for operator< >> between two objects of type std::complex > > Is there an operator<(complex&,complex&)? I don't think it's > standard, and it wouldn't make much since if it was. More likely > we've yet-again added some code without testing that it works with > --enable-complex. > > I'll take a look at it.
You are right! Not sure what I was thinking. std::abs should always return a Real, that's my bad. Good find Yujie! > On the bright side, they just finished putting together the new 128 > Nehelem cluster here, and the old 24-core cluster is likely to finally > end up devoted to regression testing soon. Cool! -- John ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
