- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/shared/Exp/IsInPoly.cpp
r11708 r12878 14 14 #endif 15 15 16 /*IsInPoly {{{ 1*/16 /*IsInPoly {{{*/ 17 17 int IsInPoly(Vector* in,double* xc,double* yc,int numvertices,double* x,double* y,int i0,int i1, int edgevalue){ 18 18 … … 55 55 return 1; 56 56 }/*}}}*/ 57 /*IsOutsidePoly {{{ 1*/57 /*IsOutsidePoly {{{*/ 58 58 int IsOutsidePoly(Vector* in,double* xc,double* yc,int numvertices,double* x,double* y,int i0,int i1, int edgevalue){ 59 59 … … 96 96 return 1; 97 97 }/*}}}*/ 98 /*pnpoly{{{ 1*/98 /*pnpoly{{{*/ 99 99 int pnpoly(int npol, double *xp, double *yp, double x, double y, int edgevalue) { 100 100 int i, j, c = 0;
Note:
See TracChangeset
for help on using the changeset viewer.