Changeset 8298 for issm/trunk/src/m/model/plug.m
- Timestamp:
- 05/16/11 15:01:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plug.m
r1 r8298 28 28 29 29 distance=sqrt( (md.x(index)-md.x).^2 + (md.y(index)-md.y).^2 ); 30 distance(holevalues)=10^10; %be sure we are not picking up the nan grids!30 distance(holevalues)=10^10; %be sure we are not picking up the nan nodes! 31 31 32 32 index2=find(distance==min(distance));index2=index2(1);
Note:
See TracChangeset
for help on using the changeset viewer.