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/Bamgx/objects/GeometricalEdge.cpp

    r3335 r3570  
    9393                double ca,cb,cta,ctb;
    9494                if ( theta<-1e-12){
    95                         ISSMERROR(exprintf("theta<-1e-12"));
     95                        ISSMERROR("theta<-1e-12");
    9696                }
    9797                if ( theta>1+1e-12){
    98                         ISSMERROR(exprintf("theta>1+1e-12"));
     98                        ISSMERROR("theta>1+1e-12");
    9999                }
    100100                if (TgA())
Note: See TracChangeset for help on using the changeset viewer.