diff options
Diffstat (limited to 'examples/classic_gravitation/examples.toml')
-rw-r--r-- | examples/classic_gravitation/examples.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/classic_gravitation/examples.toml b/examples/classic_gravitation/examples.toml deleted file mode 100644 index 516b16c..0000000 --- a/examples/classic_gravitation/examples.toml +++ /dev/null @@ -1,12 +0,0 @@ - -[examples] - - [examples.earth_surface] - r = 6.371e6 # radius of earth - m1 = 5.972e24 # mass of earth - - [examples.earth_moon] - r = 385000 # radius of earth - m1 = 5.972e24 # mass of earth - m2 = 7.348e22 # mass of moon - |