Changeset 4965 for issm/trunk/src/m/classes/public/ismodelselfconsistent.m
- Timestamp:
- 08/04/10 10:13:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r4954 r4965 303 303 304 304 %SPC 305 if any(md.spcthickness(find(md.gridonboundary))~=1), 306 error(['model not consistent: model ' md.name ' should have all the nodes on boundary constrained in field spcthickness']); 307 end 305 if ~md.prognostic_DG, 306 if any(md.spcthickness(find(md.gridonboundary))~=1), 307 error(['model not consistent: model ' md.name ' should have all the nodes on boundary constrained in field spcthickness']); 308 end 309 end 308 310 end 309 311 %}}}
Note:
See TracChangeset
for help on using the changeset viewer.