All Classes Functions
BODYPHYS.h
1 #ifndef BODYPHYS_H
2 #define BODYPHYS_H
3 
4 struct BODYPHYS
5 {
6  BODYPHYS();
7  double mass, radius, sidDay, cutoffAlt, pressure0;
8 };
9 
10 #endif // BODYPHYS_H