Changeset 9518 for issm/trunk
- Timestamp:
- 08/31/11 11:15:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/ismodelselfconsistent.m
r9517 r9518 120 120 end 121 121 %GROUNDING LINE MIGRATION {{{1 122 checkvalues(md,{'groundingline_migration'},{'None' 'AgressiveMigration' 'SoftMigration']); 122 if ~ismember({md.groundingline_migration},{'None' 'AgressiveMigration' 'SoftMigration'}), 123 message(['model not consistent: model ' md.name ' groundingline_migration field should be ''None'' ''AgressiveMigration'' or ''SoftMigration''']); 124 end 123 125 if ~strcmp(md.groundingline_migration,'None'), 124 126 if (md.dim==3 | strcmpi(md.cluster.name,'none')),
Note:
See TracChangeset
for help on using the changeset viewer.