Changeset 728
- Timestamp:
- 06/02/09 15:14:43 (15 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontS3d_6
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
r707 r728 31 31 32 32 %check solution requested 33 if ( ~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...33 if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'thermaltransient'))... 34 34 | strcmpi(package,'macayeal')... 35 35 | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
r709 r728 24 24 25 25 %check solution requested 26 if ( ~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...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.