Ignore:
Timestamp:
05/19/09 14:13:59 (16 years ago)
Author:
Mathieu Morlighem
Message:

added check if macayeal package is requested

File:
1 edited

Legend:

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

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
Note: See TracChangeset for help on using the changeset viewer.