Changeset 8484
- Timestamp:
- 06/02/11 15:35:21 (14 years ago)
- Location:
- issm/trunk/src/m
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/ismodelselfconsistent.m
r8430 r8484 137 137 %FLAGS (0 or 1){{{1 138 138 if ~ismember(md.artificial_diffusivity,[0 1 2]), 139 error('model not consistent: artificial_diffusivity should be a scalar ( 1 or 0)');139 error('model not consistent: artificial_diffusivity should be a scalar (0 or 1 or 2)'); 140 140 end 141 141 if ~ismember(md.prognostic_DG,[0 1]),
Note:
See TracChangeset
for help on using the changeset viewer.