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

changed from grid to node in c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshxt.cpp

    r3595 r8303  
    2727        /*Contour:*/
    2828        Contour* contouri=NULL;
    29         int      numgrids;
     29        int      numnodes;
    3030        double*  xc=NULL;
    3131        double*  yc=NULL;
     
    6363        for (i=0;i<numcontours;i++){
    6464                contouri=*(contours+i);
    65                 numgrids=contouri->nods;
     65                numnodes=contouri->nods;
    6666                xc=contouri->x;
    6767                yc=contouri->y;
    68                 IsInPoly(in_nod,xc,yc,numgrids,x,y,i0,i1,edgevalue);
     68                IsInPoly(in_nod,xc,yc,numnodes,x,y,i0,i1,edgevalue);
    6969        }
    7070
Note: See TracChangeset for help on using the changeset viewer.