--- trunk/src/utils/NumericConstant.hpp 2006/03/15 21:28:49 901 +++ 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; }