--- trunk/src/utils/NumericConstant.hpp 2006/05/17 19:54:27 962 +++ trunk/src/utils/NumericConstant.hpp 2006/05/17 21:51:42 963 @@ -59,9 +59,9 @@ namespace oopse { */ namespace NumericConstant { - static const double epsilon = std::numeric_limits::epsilon(); - static const double PI = M_PI; - static const double TWO_PI = 2.0 * PI; + static const RealType epsilon = std::numeric_limits::epsilon(); + static const RealType PI = M_PI; + static const RealType TWO_PI = 2.0 * PI; }