ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
branches
/
new_design
/
OOPSE-4
/
src
/
utils
/
NumericConstant.cpp
Revision:
1753
Committed:
Thu Nov 18 05:42:06 2004 UTC
(20 years, 5 months ago) by
tim
File size:
157 byte(s)
Log Message:
Adding NumericConstant class
File Contents
#
Content
1
#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
}