Ignore:
Timestamp:
05/16/11 15:01:42 (14 years ago)
Author:
seroussi
Message:

changed grid to node in matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plug.m

    r1 r8298  
    2828
    2929        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!
    3131
    3232        index2=find(distance==min(distance));index2=index2(1);
Note: See TracChangeset for help on using the changeset viewer.