Ignore:
Timestamp:
04/22/11 16:14:31 (14 years ago)
Author:
seroussi
Message:

added type of rheology_law in display and ismodelselfconsistent

File:
1 edited

Legend:

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

    r7801 r8032  
    176176        error(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']);
    177177end
     178if ~ismember(md.rheology_law,[NoneEnum PatersonEnum ArrheniusEnum]),
     179        error(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']);
     180end
    178181%}}}
    179182%PARAMETEROUTPUT {{{1
Note: See TracChangeset for help on using the changeset viewer.