Changeset 1049


Ignore:
Timestamp:
06/22/09 14:12:09 (16 years ago)
Author:
seroussi
Message:

added transient ice test4

Location:
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4
Files:
1 added
2 edited

Legend:

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

    r1022 r1049  
    5454                %check solution requested
    5555                if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    56                                 | strcmpi(package,'macayeal')...
    57                                 | strcmpi(solution,'transient')),
     56                                | strcmpi(package,'macayeal'));
    5857                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5958                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m

    r1022 r1049  
    4848                %check solution requested
    4949                if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    50                                 | strcmpi(package,'macayeal')...
    51                                 | strcmpi(solution,'transient')),
     50                                | strcmpi(package,'macayeal'));
    5251                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5352                        continue
Note: See TracChangeset for help on using the changeset viewer.