ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/NumericConstant.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/NumericConstant.hpp (file contents):
Revision 2627 by tim, Wed Mar 15 21:28:49 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 59 | Line 59 | namespace oopse {
59     */
60    namespace NumericConstant {
61  
62 <    static const double epsilon = std::numeric_limits<double>::epsilon();
63 <    static const double PI = M_PI;
64 <    static const double TWO_PI = 2.0 * PI;
62 >    static const RealType epsilon = std::numeric_limits<RealType>::epsilon();
63 >    static const RealType PI = M_PI;
64 >    static const RealType TWO_PI = 2.0 * PI;
65    }
66  
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines