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