On Wed, 20 Jan 2010, John Peterson wrote: > You are right! Not sure what I was thinking. std::abs should always > return a Real, that's my bad. Good find Yujie!
This is an interesting problem, actually. The problem is that std::abs(Number) will always return a Real, but std::abs(T) *won't*. Need to think about this a bit, but meeting to go to right now. --- Roy ------------------------------------------------------------------------------ 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
