Skip to content

Commit

Permalink
Update SeBa version in AMUSE (#913)
Browse files Browse the repository at this point in the history
this bugfix makes sure that when one of the stars in a binary merges with another star, that the right stars are merged. 
Note, other types of mergers and mergers within SeBa were already performed correctly
  • Loading branch information
silviatoonen authored Dec 24, 2022
1 parent 026a398 commit 31ef114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amuse/community/seba/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def new_option_parser():
result = OptionParser()
result.add_option(
"--seba-version",
default='2fd73b4012999cd5fc1eb242de815586b297a7ee',
default='2f6e7f37a53167b4b0dcd6c723dff7b5ee1aecba',
dest="seba_version",
help="SeBa commit hash to download",
type="string"
Expand Down

0 comments on commit 31ef114

Please sign in to comment.