Dear libmesh developers, I've noticed that in file /numerics/type_vector.h/ (version 0.6.2) you did not specialized class template /ScalarTraits<T>/ with integral types. This makes code such as Point a,b,c; .... c = 2 * (a + b);
illegal, and one must take care use real constants, as c = 2.0 * (a + b); My question is whether this an oversight or there is a reason for such decision. Thanks, MJurak web.math.hr/~jurak ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
