Changeset 25113
- Timestamp:
- 06/22/20 20:41:36 (5 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test420.m
r25010 r25113 54 54 55 55 %project onto grid 56 h(partition + 1) 56 57 thickness=h(partition+1); 57 58 -
issm/trunk-jpl/test/NightlyRun/test420.py
r25107 r25113 69 69 70 70 #project onto grid 71 thickness = h[ (partition + 1).flatten()]71 thickness = h[partition] 72 72 73 73 #Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.