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

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 6, 2022
1 parent 223d24c commit 0d4c215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ def read_output_file(self,read_init_cond : bool = True):
def read_encounter(self):
if self.verbose:
print("Reading encounter history file as .enc")
enc_files = self.simdir.glob("**/enc_*.nc")
enc_files = self.simdir.glob("**/encounter_*.nc")

# This is needed in order to pass the param argument down to the io.process_netcdf_input function
def _preprocess(ds, param):
Expand Down

0 comments on commit 0d4c215

Please sign in to comment.