Changeset 655


Ignore:
Timestamp:
05/29/09 16:35:12 (16 years ago)
Author:
Mathieu Morlighem
Message:

no prognostic for package=macayeal

File:
1 edited

Legend:

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

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