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

disable no_merging mode by default

This commit is contained in:
Lukas Winkler 2021-05-03 16:53:34 +02:00
parent 7794a4cede
commit d50923c036
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -39,7 +39,7 @@ hb_event_list = hb_event * 500
class Parameters:
initcon_file: str
perfect_merging: bool
no_merging: bool
no_merging: bool = False
def main(fn: Path, testrun=False):