Skip to content

Commit 34c9649

Browse files
committed
CHG: missing comma.
1 parent a6284ba commit 34c9649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/m/classes/transient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def checkconsistency(self, md, solution, analyses): # {{{
121121
md = checkfield(md, 'fieldname', 'transient.isage', 'numel', [1], 'values', [0, 1])
122122
md = checkfield(md, 'fieldname', 'transient.issmb', 'numel', [1], 'values', [0, 1])
123123
md = checkfield(md, 'fieldname', 'transient.ismasstransport', 'numel', [1], 'values', [0, 1])
124-
md = checkfield(md, 'fieldname', 'transient.ismmemasstransport', 'numel', [1], 'values', [0 1])
124+
md = checkfield(md, 'fieldname', 'transient.ismmemasstransport', 'numel', [1], 'values', [0, 1])
125125
md = checkfield(md, 'fieldname', 'transient.isoceantransport', 'numel', [1], 'values', [0, 1])
126126
md = checkfield(md, 'fieldname', 'transient.isstressbalance', 'numel', [1], 'values', [0, 1])
127127
md = checkfield(md, 'fieldname', 'transient.isthermal', 'numel', [1], 'values', [0, 1])

0 commit comments

Comments
 (0)