From 5ba154f4f8dfeac1c31a06c8eae68939cd4704e0 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 15 Oct 2019 17:25:37 +0200 Subject: [PATCH] remove todo --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index e67b461..69adbc7 100644 --- a/cli.py +++ b/cli.py @@ -29,7 +29,7 @@ with open(sys.argv[1]) as f: argalpha, argvelocity, argmp, argmt = map(float, entries) solar_mass = 1.98847542e+30 # kg -ice_density = 0.917 / 1000 * 100 ** 3 # TODO: check real numbers +ice_density = 0.917 / 1000 * 100 ** 3 basalt_density = 2.7 / 1000 * 100 ** 3 water_fraction = 0.15