Changeset 9258


Ignore:
Timestamp:
08/10/11 15:49:18 (14 years ago)
Author:
jschierm
Message:

Addition of DomainOutlineWrite function.

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  
    1313int IsInPolySerial(double* in,double* xc,double* yc,int numvertices,double* x,double* y,int nods, int edgevalue);
    1414int DomainOutlineRead(int* pnprof,int** pprofnvertices,double*** ppprofx,double*** ppprofy,bool** pclosed,char* domainname,bool whole);
     15int DomainOutlineWrite(int nprof,int* profnvertices,double** pprofx,double** pprofy,bool* closed,char* domainname,bool whole);
    1516int pnpoly(int npol, double *xp, double *yp, double x, double y, int edgevalue);
    1617
Note: See TracChangeset for help on using the changeset viewer.