Changeset 14680
- Timestamp:
- 04/19/13 19:34:16 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/shared/Exp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Exp/IsInPoly.cpp
r13622 r14680 4 4 5 5 #include <math.h> 6 #include "../../toolkits/toolkits.h"7 6 #include "./exp.h" 8 7 #include "../shared.h" -
issm/trunk-jpl/src/c/shared/Exp/IsInPolySerial.cpp
r13758 r14680 4 4 5 5 #include <math.h> 6 7 6 #include "./exp.h" 8 7 -
issm/trunk-jpl/src/c/shared/Exp/exp.h
r14656 r14680 10 10 #include "../../shared/Numerics/recast.h" 11 11 #include "../../Container/Container.h" 12 #include "../../toolkits/toolkits.h" 12 13 13 14 int IsInPolySerial(double* in,double* xc,double* yc,int numvertices,double* x,double* y,int nods, int edgevalue);
Note:
See TracChangeset
for help on using the changeset viewer.