Ignore:
Timestamp:
04/19/10 16:26:55 (15 years ago)
Author:
Mathieu Morlighem
Message:

removed exprintf of all ISSMERROR (not needed anymore)
Fixed Discontinuous Galerkin (missing thickness in inflow BC)"

File:
1 edited

Legend:

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

    r3332 r3570  
    3737        /*open domain outline file for reading: */
    3838        if ((fid=fopen(domainname,"r"))==NULL){
    39                 ISSMERROR(exprintf("%s%s","could not find domain file ",domainname));
     39                ISSMERROR("%s%s","could not find domain file ",domainname);
    4040                noerr=0; goto cleanupandreturn;
    4141        }
Note: See TracChangeset for help on using the changeset viewer.