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

fix wrong git hash stored

This commit is contained in:
Lukas Winkler 2021-08-16 12:57:22 +02:00
parent d5c4805e56
commit f33d7172b6
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -77,7 +77,7 @@ def main(fn: Path, testrun=False):
extradata.meta.per_savestep = per_savestep
extradata.meta.num_savesteps = num_savesteps
extradata.meta.git_hash = git_hash()
extradata.meta.git_hash = rebound.__githash__
extradata.meta.rebound_hash = rebound.__githash__
extradata.meta.massloss_method = parameters.massloss_method
extradata.meta.initcon_file = parameters.initcon_file
extradata.meta.no_merging = parameters.no_merging