1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-19 15:53:48 +02:00

add missing sim.testparticle_type = 1

This commit is contained in:
Lukas Winkler 2021-02-19 19:58:22 +01:00
parent 0d2167cfdf
commit 6a01981b57
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -54,6 +54,7 @@ def main(fn: Path, testrun=False):
sim.ri_ias15.min_dt = 0.0001 / 365
sim.collision = "direct"
sim.ri_mercurius.hillfac = 3.
sim.testparticle_type = 1
tmax = 200 * mega
num_savesteps = 20000
if testrun: