Changeset 27072
- Timestamp:
- 06/16/22 17:17:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/m/mesh/modelmerge3d.m
r25457 r27072 57 57 end 58 58 %go through elements2 and drop counter on each vertex that is above the x2 and y2 vertices being dropped: 59 indices_nan= isnan(x2);59 indices_nan=find(isnan(x2)); 60 60 while(~isempty(indices_nan)), 61 61 % Use the index of the first instance of 'nan' value to remove that element from 'x2', 'y2', and 'z2'
Note:
See TracChangeset
for help on using the changeset viewer.