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

Commit

Permalink
Merge branch 'OOPrestructure' of https://github.itap.purdue.edu/Minto…
Browse files Browse the repository at this point in the history
…nGroup/swiftest into OOPrestructure
  • Loading branch information
daminton committed Jun 17, 2021
2 parents 6070670 + 570b35c commit a07cfff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ISTEP_OUT 1
ISTEP_DUMP 1
BIN_OUT bin.swiftest.dat
OUT_TYPE REAL8
OUT_FORM EL
OUT_FORM XV
OUT_STAT REPLACE
CHK_CLOSE yes
CHK_RMIN 0.004650467260962157
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
print(f'ISTEP_DUMP {iout:d}')
print(f'BIN_OUT {swifter_bin}')
print(f'OUT_TYPE REAL8')
print(f'OUT_FORM EL')
print(f'OUT_FORM XV')
print(f'OUT_STAT NEW')
print(f'J2 {J2}')
print(f'J4 {J4}')
Expand Down Expand Up @@ -221,7 +221,7 @@
print(f'ISTEP_DUMP {iout:d}')
print(f'BIN_OUT {swiftest_bin}')
print(f'OUT_TYPE REAL8')
print(f'OUT_FORM EL')
print(f'OUT_FORM XV')
print(f'OUT_STAT REPLACE')
print(f'CHK_CLOSE yes')
print(f'CHK_RMIN {rmin}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ISTEP_OUT 1
ISTEP_DUMP 1
BIN_OUT bin.swifter.dat
OUT_TYPE REAL8
OUT_FORM EL
OUT_FORM XV
OUT_STAT NEW
J2 4.7535806948127355e-12
J4 -2.2473967953572827e-18
Expand Down

0 comments on commit a07cfff

Please sign in to comment.