Added AE to globals

feature/19
Daniel Warner 2011-04-07 15:13:51 +01:00
parent 7c50d84892
commit ea3c98c2e8
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ public:
Globals(void); Globals(void);
~Globals(void); ~Globals(void);
static const double AE() {
return 1.0;
}
static const double F() { static const double F() {
/* /*
* earth flattening * earth flattening