ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/NumericConstant.cpp
Revision: 1753
Committed: Thu Nov 18 05:42:06 2004 UTC (19 years, 9 months ago) by tim
File size: 157 byte(s)
Log Message:
Adding NumericConstant class

File Contents

# User Rev Content
1 tim 1753 #include "utils/NumericConstant.hpp"
2     namespace oopse {
3    
4     NumericConstant::epsilon = 0.000001;
5     NumericConstant::PI = PI;
6     NumericConstant::TWO_PI = 2.0 * PI;
7     }