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

Commit

Permalink
Merge branch 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 26, 2022
2 parents 0d05896 + f749760 commit d3e23f9
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 d3e23f9

Please sign in to comment.