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

Comparing branches/new_design/OOPSE-4/src/utils/NumericConstant.hpp (file contents):
Revision 1809 by tim, Thu Nov 18 05:42:06 2004 UTC vs.
Revision 1810 by tim, Wed Dec 1 02:30:22 2004 UTC

# Line 40 | Line 40 | class NumericConstant {
40   * @class NumericConstant NumericConstant.hpp "utils/NumericConstant.hpp"
41   * @todo document
42   */
43 < class NumericConstant {
44 <    public:
45 <        static const double epsilon;
46 <        static const double  PI;
47 <        static const double TWO_PI;
43 > namespace NumericConstant {
44  
45 < };
45 >    static const double epsilon = 0.000001;
46 >    static const double PI = PI;
47 >    static const double TWO_PI = 2.0 * PI;
48 > }
49  
50  
51   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines