Changeset 1957


Ignore:
Timestamp:
08/26/09 15:09:53 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

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

Legend:

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

    r1919 r1957  
    5353
    5454                %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')),
    5656                        disp(['package: ' package  ' and solution: ' solution  ' in test: ' testname  ' not supported yet']);
    5757                        continue
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m

    r1919 r1957  
    4949
    5050                %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')),
    5252                        disp(['package: ' package  ' and solution: ' solution  ' in test: ' testname  ' not supported yet']);
    5353                        continue
Note: See TracChangeset for help on using the changeset viewer.