Changeset 8743
- Timestamp:
- 06/28/11 14:10:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp
r8741 r8743 11 11 #include "../Exceptions/exceptions.h" 12 12 13 int DomainOutlineRead(int* pnprof,int** pprofnvertices,double*** ppprofx,double*** ppprofy,bool** pclosed,char* domainname,bool whole ){13 int DomainOutlineRead(int* pnprof,int** pprofnvertices,double*** ppprofx,double*** ppprofy,bool** pclosed,char* domainname,bool whole=true){ 14 14 15 15
Note:
See TracChangeset
for help on using the changeset viewer.