Changeset 11168
- Timestamp:
- 01/22/12 16:07:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/utils/Mesh/YamsCall.m
r9849 r11168 55 55 56 56 %Deal with rifts 57 if md.rifts.numrifts,57 if ~isnan(md.rifts.riftstruct), 58 58 59 59 %we have the list of triangles that make up the rift. keep those triangles around during refinement. 60 60 triangles=[]; 61 for i=1: md.rifts.numrifts,61 for i=1:size(md.rifts.riftstruct,1), 62 62 triangles=[triangles md.rifts(i).segments(:,3)']; 63 63 end
Note:
See TracChangeset
for help on using the changeset viewer.