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
Set tides parameter to be False so at least it's in the param list
  • Loading branch information
daminton committed Nov 8, 2022
1 parent b6d3018 commit 6aa3805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ def set_feature(self,
self.param["RESTART"] = restart
update_list.append("restart")

self.param["TIDES"] = False

if verbose is None:
verbose = self.verbose
if verbose:
Expand Down

0 comments on commit 6aa3805

Please sign in to comment.