Fix wrong velocity and latitude

This commit is contained in:
Tim Schubert 2020-08-17 11:52:27 +02:00
parent 4cad8458ab
commit d145337d6c
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
#include "ns3/nstime.h"
#define LEO_EARTH_RAD_M 6371009.0
#define LEO_EARTH_GM 3.98600436e14
#define LEO_EARTH_GM_KM_E10 39.8600436
namespace ns3 {