BSS
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 static const double m_min;
16 static const double m_max;
17 static const double r_max;
18 static const double v_max;
19 static const double t_max;
20
21};
22
23#endif
Structure for holding the constant values.
Definition Constants.hpp:12