Changeset 924


Ignore:
Timestamp:
06/11/09 16:00:01 (16 years ago)
Author:
seroussi
Message:

added transient in test7

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

Legend:

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

    r913 r924  
    4343
    4444                %check solution requested
    45                 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
    46                         | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
     45                if (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic')),
    4746                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    4847                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m

    r913 r924  
    3737
    3838                %check solution requested
    39                 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
    40                         | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
     39                if (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic')),
    4140                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    4241                        continue
Note: See TracChangeset for help on using the changeset viewer.