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
Removed J2 and J4 from swiftest reader
  • Loading branch information
daminton committed Jul 7, 2021
1 parent c228095 commit 4e5a5fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/swiftest/swiftest/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def read_swiftest_param(param_file_name, param):
param['T0'] = real2float(param['T0'])
param['TSTOP'] = real2float(param['TSTOP'])
param['DT'] = real2float(param['DT'])
param['J2'] = real2float(param['J2'])
param['J4'] = real2float(param['J4'])
param['CHK_RMIN'] = real2float(param['CHK_RMIN'])
param['CHK_RMAX'] = real2float(param['CHK_RMAX'])
param['CHK_EJECT'] = real2float(param['CHK_EJECT'])
Expand Down

0 comments on commit 4e5a5fd

Please sign in to comment.