SOLARPROP  1.0
 All Classes Functions Variables
constants.h
1 /*
2  * constants.h
3  *
4  * Author: kappl
5  */
6 
7 #ifndef CONSTANTS_H_
8 #define CONSTANTS_H_
9 
10 #include <cmath>
11 #include <map>
12 
13 namespace Constants
14 {
18  extern const double pi;
22  extern const double Omega;
26  extern const double A;
30  extern const double positionEarth;
34  extern const long timeLimit;
35 };
36 
37 #endif /* CONSTANTS_H_ */