Changeset 8484


Ignore:
Timestamp:
06/02/11 15:35:21 (14 years ago)
Author:
seroussi
Message:

matlab enums for enthalpy

Location:
issm/trunk/src/m
Files:
3 added
1 edited

Legend:

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

    r8430 r8484  
    137137%FLAGS (0 or 1){{{1
    138138if ~ismember(md.artificial_diffusivity,[0 1 2]),
    139         error('model not consistent: artificial_diffusivity should be a scalar (1 or 0)');
     139        error('model not consistent: artificial_diffusivity should be a scalar (0 or 1 or 2)');
    140140end
    141141if ~ismember(md.prognostic_DG,[0 1]),
Note: See TracChangeset for help on using the changeset viewer.