]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/jupiter.cxx
Migrated this source over to SimGear.
[simgear.git] / simgear / ephemeris / jupiter.cxx
index 668b586fba9af48cac32f8e496e83dd182db3e6e..fe490d848d4cbdfbe1f1a3839102a111b59b181d 100644 (file)
@@ -47,6 +47,16 @@ Jupiter::Jupiter(FGTime *t) :
 {
 }
 
+Jupiter::Jupiter() :
+  CelestialBody(100.4542,  2.7685400E-5,       
+               1.3030,   -1.557E-7,
+               273.8777,  1.6450500E-5,
+               5.2025600, 0.000000,
+               0.048498,  4.469E-9,
+               19.89500,  0.08308530010)
+{
+}
+
 /*************************************************************************
  * void Jupiter::updatePosition(FGTime *t, Star *ourSun)
  *