Changeset 1057


Ignore:
Timestamp:
06/23/09 08:30:17 (16 years ago)
Author:
seroussi
Message:

added transient test18

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18
Files:
3 added
2 edited

Legend:

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

    r1022 r1057  
    5353
    5454                %check solution requested
    55                 if (strcmpi(package,'macayeal')...
    56                                 | strcmpi(solution,'transient')),
     55                if strcmpi(package,'macayeal');
    5756                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5857                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m

    r1022 r1057  
    4747
    4848                %check solution requested
    49                 if (strcmpi(package,'macayeal')...
    50                                 | strcmpi(solution,'transient')),
     49                if strcmpi(package,'macayeal');
    5150                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5251                        continue
Note: See TracChangeset for help on using the changeset viewer.