Changeset 1048
- Timestamp:
- 06/22/09 14:10:42 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontMP3d_3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
r1022 r1048 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/IceShelfIceFrontMP3d_3/updatearchive.m
r1022 r1048 47 47 48 48 %check solution requested 49 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))... 50 | strcmpi(package,'macayeal')... 51 | strcmpi(solution,'transient')), 49 if (~(strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))... 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.