Changeset 389
- Timestamp:
- 05/13/09 11:13:53 (16 years ago)
- Location:
- issm/trunk/test/Verification
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m
r259 r389 33 33 end 34 34 %check solution requested 35 if (~ strcmpi(package,'ice')),35 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) ), 36 36 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 37 37 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m
r146 r389 26 26 end 27 27 %check solution requested 28 if (~ strcmpi(package,'ice')),28 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) ), 29 29 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 30 30 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
r310 r389 34 34 end 35 35 %check solution requested 36 if (~ strcmpi(package,'ice') | strcmpi(solution,'transient')),36 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')), 37 37 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 38 38 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m
r310 r389 27 27 end 28 28 %check solution requested 29 if (~ strcmpi(package,'ice') | strcmpi(solution,'transient')),29 if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')), 30 30 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 31 31 continue
Note:
See TracChangeset
for help on using the changeset viewer.