Skip to content

Commit 5c97323

Browse files
committed
Fix problem from 'git pull' in trying to 'git push'.
2 parents 4db20f0 + acab64f commit 5c97323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marlpde/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def post_init(self):
133133
self.rhos = self.rhos0
134134
self.Xstar = self.D0Ca / self.sedimentationrate
135135
self.Tstar = self.Xstar / self.sedimentationrate
136-
self.b = (self.b/1e4)
136+
self.b = (self.b/1e4)
137137
self.m2 = self.m1
138138
self.n2 = self.n1
139139
self.DCa = self.D0Ca

0 commit comments

Comments
 (0)