Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added cb name to the output in a swifter->swiftest conversion
  • Loading branch information
daminton committed Feb 26, 2022
1 parent a2bb759 commit f749760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/swiftest/swiftest/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,7 @@ def swifter2swiftest(swifter_param, plname="", tpname="", cbname="", conversion_
# Write out new central body file
try:
cbnew = open(swiftest_param['CB_IN'], 'w')
print(cbname, file=cbnew)
print(GMcb, file=cbnew)
print(cbrad, file=cbnew)
print(swifter_param['J2'], file=cbnew)
Expand Down

0 comments on commit f749760

Please sign in to comment.