icfp12/ovm/physics.h

14 lines
151 B
C
Raw Normal View History

2009-06-27 00:21:49 +00:00
#ifndef OVM_PHYSICS_H
#define OVM_PHYSICS_H
#include "base.h"
#include <math.h>
#define G 6.67428e-11
#define Me 6.0e24
#define Re 6.357e6
#endif