Skip to content

Commit

Permalink
chore(pep8) fix annoying syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ortega committed Aug 8, 2024
1 parent c4eaacd commit b14b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mf6rtm/mf6rtm.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def _prepare_phreeqcrm_bmi(self):
def _set_ctime(self, ctime):
# self.ctime = self.SetTime(ctime*86400)
self.ctime = ctime*86000

def set_scalar(self, var_name, value):
itemsize = self.get_var_itemsize(var_name)
nbytes = self.get_var_nbytes(var_name)
Expand Down

0 comments on commit b14b33e

Please sign in to comment.