Changeset 1909
- Timestamp:
- 08/26/09 08:42:06 (15 years ago)
- 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 18 18 result=ismember({solution},{'diagnostic','prognostic','transient'}); 19 19 elseif strcmpi(mdtype,'3d') 20 result=ismember({solution},{'diagnostic','prognostic','transient','thermal steady','thermaltransient','steadystate'});20 result=ismember({solution},{'diagnostic','prognostic','transient','thermal_steady','thermal_transient','steadystate'}); 21 21 end
Note:
See TracChangeset
for help on using the changeset viewer.