1
0
Fork 0
mirror of https://github.com/Findus23/collision-analyisis-and-interpolation.git synced 2024-09-19 15:13:50 +02:00

remove todo

This commit is contained in:
Lukas Winkler 2019-10-15 17:25:37 +02:00
parent 2d9dff8d81
commit 5ba154f4f8
Signed by: lukas
GPG key ID: 54DE4D798D244853

2
cli.py
View file

@ -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