Changeset 743
- Timestamp:
- 06/03/09 11:19:09 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
r734 r743 31 31 32 32 %check solution requested 33 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...33 if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'thermaltransient'))... 34 34 | strcmpi(package,'macayeal')... 35 35 | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m
r729 r743 24 24 25 25 %check solution requested 26 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...26 if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'thermaltransient'))... 27 27 | strcmpi(package,'macayeal')... 28 28 | strcmpi(solution,'transient')),
Note:
See TracChangeset
for help on using the changeset viewer.