From 204d596cca812b69ed970d2ae6fdfce68498c013 Mon Sep 17 00:00:00 2001
From: BobLeHibou <owldev@bluewin.ch>
Date: Mon, 20 Dec 2021 12:23:34 +0100
Subject: [PATCH] ADD: completed constants up to pluto

---
 planet/constants.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/planet/constants.h b/planet/constants.h
index 0416ea4..85d1b5d 100644
--- a/planet/constants.h
+++ b/planet/constants.h
@@ -42,11 +42,11 @@
 #define E_VENUS     0.006772
 #define E_TERRE     0.0167086
 #define E_MARS      0.0934
-#define E_JUPITER
-#define E_SATURN
-#define E_URANUS
-#define E_NEPTUNE
-#define E_PLUTO
+#define E_JUPITER   0.0489
+#define E_SATURN    0.0565
+#define E_URANUS    0.04717
+#define E_NEPTUNE   0.008678
+#define E_PLUTO     0.2488
 
 // perihelion
 #define PER_MERCURE 4.60012e10
-- 
GitLab