Changeset 9518 for issm/trunk


Ignore:
Timestamp:
08/31/11 11:15:17 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/ismodelselfconsistent.m

    r9517 r9518  
    120120end
    121121%GROUNDING LINE MIGRATION {{{1
    122 checkvalues(md,{'groundingline_migration'},{'None' 'AgressiveMigration' 'SoftMigration']);
     122if ~ismember({md.groundingline_migration},{'None' 'AgressiveMigration' 'SoftMigration'}),
     123        message(['model not consistent: model ' md.name ' groundingline_migration field should be ''None'' ''AgressiveMigration'' or ''SoftMigration''']);
     124end
    123125if ~strcmp(md.groundingline_migration,'None'),
    124126        if (md.dim==3 | strcmpi(md.cluster.name,'none')),
Note: See TracChangeset for help on using the changeset viewer.