Changeset 2035
- Timestamp:
- 08/27/09 17:23:20 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontS3d_6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
r1908 r2035 53 53 54 54 %check solution requested 55 if (strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial')) ...55 if (strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & strcmpi(package,'ice')) ... 56 56 | strcmpi(solution,'transient')), 57 57 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
r1908 r2035 47 47 48 48 %check solution requested 49 if (strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial')) ...49 if (strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & strcmpi(package,'ice')) ... 50 50 | strcmpi(solution,'transient')), 51 51 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n']));
Note:
See TracChangeset
for help on using the changeset viewer.