Changeset 1957
- Timestamp:
- 08/26/09 15:09:53 (16 years ago)
- Location:
- issm/trunk/test/Verification/PigControlMethodBM2d_21
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m
r1919 r1957 53 53 54 54 %check solution requested 55 if ((strcmpi(package,'macayeal') & ~strcmpi(solution,' absolute')) | strcmpi(package,'ice')),55 if ((strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic_absolute')) | strcmpi(package,'ice')), 56 56 disp(['package: ' package ' and solution: ' solution ' in test: ' testname ' not supported yet']); 57 57 continue -
issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m
r1919 r1957 49 49 50 50 %check solution requested 51 if ((strcmpi(package,'macayeal') & ~strcmpi(solution,' absolute')) | strcmpi(package,'ice')),51 if ((strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic_absolute')) | strcmpi(package,'ice')), 52 52 disp(['package: ' package ' and solution: ' solution ' in test: ' testname ' not supported yet']); 53 53 continue
Note:
See TracChangeset
for help on using the changeset viewer.