Changeset 916
- Timestamp:
- 06/11/09 15:38:39 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontM2d_1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
r913 r916 43 43 44 44 %check solution requested 45 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient')) |... 46 (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 45 if (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic')), 47 46 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 48 47 continue -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m
r913 r916 37 37 38 38 %check solution requested 39 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 40 | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 39 if (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic')), 41 40 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 42 41 continue
Note:
See TracChangeset
for help on using the changeset viewer.