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/IceSheetNoIceFrontM3d_17/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     27                                | strcmpi(package,'macayeal')...
     28                                | strcmpi(solution,'transient')),
    2729                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    2830                        continue
Note: See TracChangeset for help on using the changeset viewer.