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

Commit

Permalink
Merge branch 'Simulation_API_improvements' of https://github.itap.pur…
Browse files Browse the repository at this point in the history
…due.edu/MintonGroup/swiftest into Simulation_API_improvements
  • Loading branch information
daminton committed Nov 15, 2022
2 parents dae7ed9 + d72ffca commit 14bd2a7
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 157 deletions.
4 changes: 2 additions & 2 deletions examples/Basic_Simulation/param.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! VERSION Swiftest parameter input
! VERSION Swiftest input file
T0 0.0
TSTART 0.0
TSTOP 10.0
Expand All @@ -24,7 +24,6 @@ DU2M 149597870700.0
GMTINY 9.869231602224408e-07
MIN_GMFRAG 9.869231602224408e-10
RESTART NO
TIDES NO
CHK_CLOSE YES
GR YES
FRAGMENTATION YES
Expand All @@ -35,3 +34,4 @@ BIG_DISCARD NO
RHILL_PRESENT NO
INTERACTION_LOOPS TRIANGULAR
ENCOUNTER_CHECK TRIANGULAR
TIDES NO
3 changes: 1 addition & 2 deletions python/swiftest/swiftest/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ def read_swiftest_param(param_file_name, param, verbose=True):
param : dict
A dictionary containing the entries in the user parameter file
"""
param['! VERSION'] = f"Swiftest parameter input from file {param_file_name}"

param['! VERSION'] = f"Swiftest parameter input file"

# Read param.in file
if verbose: print(f'Reading Swiftest file {param_file_name}')
Expand Down
Loading

0 comments on commit 14bd2a7

Please sign in to comment.