Changeset 8743


Ignore:
Timestamp:
06/28/11 14:10:51 (14 years ago)
Author:
jschierm
Message:

DomainOutlineRead.cpp: Added whole=true default argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp

    r8741 r8743  
    1111#include "../Exceptions/exceptions.h"
    1212
    13 int DomainOutlineRead(int* pnprof,int** pprofnvertices,double*** ppprofx,double*** ppprofy,bool** pclosed,char* domainname,bool whole){
     13int DomainOutlineRead(int* pnprof,int** pprofnvertices,double*** ppprofx,double*** ppprofy,bool** pclosed,char* domainname,bool whole=true){
    1414
    1515       
Note: See TracChangeset for help on using the changeset viewer.