PDController
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 AbsTol;
15 static const double RelTol;
16
17};
18
19#endif
Structure for holding the constant values.
Definition Constants.hpp:12