DblPend
All Classes Files Functions
Constants.hpp
Go to the documentation of this file.
1 
7 #ifndef Constants_h
8 #define Constants_h
9 
12 class Constants {
13  public:
14  static const double g;
15 
16 };
17 
18 #endif
Structure for holding the constant values.
Definition: Constants.hpp:12