Changeset 1909


Ignore:
Timestamp:
08/26/09 08:42:06 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src/m/utils/Nightly
Files:
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/testschecksolution.m

    r1863 r1909  
    1818        result=ismember({solution},{'diagnostic','prognostic','transient'});
    1919elseif strcmpi(mdtype,'3d')
    20         result=ismember({solution},{'diagnostic','prognostic','transient','thermalsteady','thermaltransient','steadystate'});
     20        result=ismember({solution},{'diagnostic','prognostic','transient','thermal_steady','thermal_transient','steadystate'});
    2121end
Note: See TracChangeset for help on using the changeset viewer.