Changeset 23467
- Timestamp:
- 11/14/18 14:14:16 (6 years ago)
- Location:
- issm/trunk-jpl/src/m
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/mesh/rifts/meshaddrifts.m ¶
r19957 r23467 13 13 14 14 %read rift: 15 domains=expread(riftname ,1);15 domains=expread(riftname); 16 16 contours=domains(1:2:end); 17 17 rifts=domains(2:2:end); -
TabularUnified issm/trunk-jpl/src/m/mesh/rifts/rifttipsrefine.m ¶
r13730 r23467 8 8 9 9 %take rifts, and create refinement circles around tips 10 rifts=expread(filename ,1);10 rifts=expread(filename); 11 11 12 12 !echo -n "" > Circles.exp
Note:
See TracChangeset
for help on using the changeset viewer.