Changeset 1049
- Timestamp:
- 06/22/09 14:12:09 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
r1022 r1049 54 54 %check solution requested 55 55 if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))... 56 | strcmpi(package,'macayeal')... 57 | strcmpi(solution,'transient')), 56 | strcmpi(package,'macayeal')); 58 57 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 59 58 continue -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m
r1022 r1049 48 48 %check solution requested 49 49 if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))... 50 | strcmpi(package,'macayeal')... 51 | strcmpi(solution,'transient')), 50 | strcmpi(package,'macayeal')); 52 51 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 53 52 continue
Note:
See TracChangeset
for help on using the changeset viewer.