Skip to content

Commit

Permalink
Fix problem from 'git pull' in trying to 'git push'.
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoSpreeuw committed Aug 10, 2024
2 parents 4db20f0 + acab64f commit 5c97323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlpde/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def post_init(self):
self.rhos = self.rhos0
self.Xstar = self.D0Ca / self.sedimentationrate
self.Tstar = self.Xstar / self.sedimentationrate
self.b = (self.b/1e4)
self.b = (self.b/1e4)
self.m2 = self.m1
self.n2 = self.n1
self.DCa = self.D0Ca
Expand Down

0 comments on commit 5c97323

Please sign in to comment.