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

DomainOutlineRead.cpp: Added closed flag for return and modified functions that called it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/TriMesh/TriMesh.cpp

    r8306 r8737  
    9696       
    9797        /*Start reading the domain outline file: */
    98         if(!DomainOutlineRead(&nprof,&profnvertices,&pprofx,&pprofy,domainname)){
     98        if(!DomainOutlineRead(&nprof,&profnvertices,&pprofx,&pprofy,NULL,domainname)){
    9999                printf("%s%s%s\n",__FUNCT__," error message reading domain outline ",domainname);
    100100                mexErrMsgTxt(" ");
     
    103103        /*Read rifts file if present: */
    104104        if(riftname){
    105                 if(!DomainOutlineRead(&numrifts,&riftsnumvertices,&riftsverticesx,&riftsverticesy,riftname)){
     105                if(!DomainOutlineRead(&numrifts,&riftsnumvertices,&riftsverticesx,&riftsverticesy,NULL,riftname)){
    106106                        printf("%s%s%s\n",__FUNCT__," error message reading rifts outline ",riftname);
    107107                        mexErrMsgTxt(" ");
Note: See TracChangeset for help on using the changeset viewer.