Changeset 2034
- Timestamp:
- 08/27/09 17:16:05 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontP3d_5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
r1908 r2034 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 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 57 57 continue -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m
r1908 r2034 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 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 51 51 continue
Note:
See TracChangeset
for help on using the changeset viewer.