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