Changeset 698


Ignore:
Timestamp:
06/02/09 10:49:18 (16 years ago)
Author:
Mathieu Morlighem
Message:

ice not supported

Location:
issm/trunk/test/Verification/PigControlMethodBM2d_21
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m

    r680 r698  
    3131
    3232                %check solution requested
    33                 if strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')
     33                if ((strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')) | strcmpi(package,'ice')),
    3434                        disp(['package: ' package  ' and misfit: ' misfit  ' in test: ' testname  ' not supported yet']);
    3535                        continue
     
    5454                [md packagefinal]=testsgetpackage(md,package);                       
    5555                md=solve(md,'analysis_type','control','package',packagefinal);
     56                save model md
    5657
    5758                %compute fields to be checked
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m

    r520 r698  
    2626
    2727                %check solution requested
    28                 if strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')
     28                if ((strcmpi(package,'macayeal') & ~strcmpi(misfit,'absolute')) | strcmpi(package,'ice')),
    2929                        disp(['package: ' package  ' and misfit: ' misfit  ' in test: ' testname  ' not supported yet']);
    3030                        continue
Note: See TracChangeset for help on using the changeset viewer.