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

Comparing branches/new_design/OOPSE-2.0/src/utils/NumericConstant.hpp (file contents):
Revision 1855 by tim, Wed Dec 1 02:30:22 2004 UTC vs.
Revision 1856 by tim, Mon Dec 6 04:49:53 2004 UTC

# Line 43 | Line 43 | namespace NumericConstant {
43   namespace NumericConstant {
44  
45      static const double epsilon = 0.000001;
46 <    static const double PI = PI;
46 >    static const double PI = M_PI;
47      static const double TWO_PI = 2.0 * PI;
48   }
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines