diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-28 13:18:36 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-28 13:18:36 -0700 |
commit | edbf414f544e386d5056acb5b13d3fa032943306 (patch) | |
tree | 0f13b20efdeb77f748be513f5844aabcdfa09e65 /examples/classic_gravitation | |
parent | 034c96d0840a724f1865bd988b99d64878212b66 (diff) | |
download | modelthing-edbf414f544e386d5056acb5b13d3fa032943306.tar.gz modelthing-edbf414f544e386d5056acb5b13d3fa032943306.zip |
example model: leave a free parameter
Diffstat (limited to 'examples/classic_gravitation')
-rw-r--r-- | examples/classic_gravitation/metadata.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/classic_gravitation/metadata.toml b/examples/classic_gravitation/metadata.toml index ffd6e59..740f0d7 100644 --- a/examples/classic_gravitation/metadata.toml +++ b/examples/classic_gravitation/metadata.toml @@ -37,7 +37,6 @@ descrption-en = "Newtonian" [examples.earth_surface] r = 6.371e6 # radius of earth m1 = 5.972e24 # mass of earth - m2 = 70 # mass of human [examples.earth_moon] r = 385000 # radius of earth |