- Timestamp:
- 05/16/11 15:42:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshxt.cpp
r3595 r8303 27 27 /*Contour:*/ 28 28 Contour* contouri=NULL; 29 int num grids;29 int numnodes; 30 30 double* xc=NULL; 31 31 double* yc=NULL; … … 63 63 for (i=0;i<numcontours;i++){ 64 64 contouri=*(contours+i); 65 num grids=contouri->nods;65 numnodes=contouri->nods; 66 66 xc=contouri->x; 67 67 yc=contouri->y; 68 IsInPoly(in_nod,xc,yc,num grids,x,y,i0,i1,edgevalue);68 IsInPoly(in_nod,xc,yc,numnodes,x,y,i0,i1,edgevalue); 69 69 } 70 70
Note:
See TracChangeset
for help on using the changeset viewer.