Changeset 698
- Timestamp:
- 06/02/09 10:49:18 (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
r680 r698 31 31 32 32 %check solution requested 33 if strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')33 if ((strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')) | strcmpi(package,'ice')), 34 34 disp(['package: ' package ' and misfit: ' misfit ' in test: ' testname ' not supported yet']); 35 35 continue … … 54 54 [md packagefinal]=testsgetpackage(md,package); 55 55 md=solve(md,'analysis_type','control','package',packagefinal); 56 save model md 56 57 57 58 %compute fields to be checked -
issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m
r520 r698 26 26 27 27 %check solution requested 28 if strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')28 if ((strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')) | strcmpi(package,'ice')), 29 29 disp(['package: ' package ' and misfit: ' misfit ' in test: ' testname ' not supported yet']); 30 30 continue
Note:
See TracChangeset
for help on using the changeset viewer.