Changeset 7021


Ignore:
Timestamp:
01/11/11 14:12:53 (15 years ago)
Author:
seroussi
Message:

check hydrostatic_adjustment field

File:
1 edited

Legend:

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

    r6714 r7021  
    178178if ~ismember(md.lowmem,[0 1]),
    179179        error(['model not consistent: model ' md.name ' lowmem field should be 0 or 1']);
     180end
     181if ~ismember(md.hydrostatic_adjustment,[AbsoluteEnum IncrementalEnum]),
     182        error(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']);
    180183end
    181184%}}}
Note: See TracChangeset for help on using the changeset viewer.