Changeset 749
- Timestamp:
- 06/03/09 15:03:58 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
r745 r749 31 31 32 32 %check solution requested 33 if ( (strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))|strcmpi(solution,'transient') | strcmpi(package,'macayeal')),33 if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')), 34 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 35 35 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
r709 r749 24 24 25 25 %check solution requested 26 if ( (strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))|strcmpi(solution,'transient') | strcmpi(package,'macayeal')),26 if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')), 27 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 28 28 continue
Note:
See TracChangeset
for help on using the changeset viewer.