Changeset 9258
- Timestamp:
- 08/10/11 15:49:18 (14 years ago)
- Location:
- issm/trunk/src/c/shared/Exp
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Exp/exp.h
r8741 r9258 13 13 int IsInPolySerial(double* in,double* xc,double* yc,int numvertices,double* x,double* y,int nods, int edgevalue); 14 14 int DomainOutlineRead(int* pnprof,int** pprofnvertices,double*** ppprofx,double*** ppprofy,bool** pclosed,char* domainname,bool whole); 15 int DomainOutlineWrite(int nprof,int* profnvertices,double** pprofx,double** pprofy,bool* closed,char* domainname,bool whole); 15 16 int pnpoly(int npol, double *xp, double *yp, double x, double y, int edgevalue); 16 17
Note:
See TracChangeset
for help on using the changeset viewer.