Changeset 3570 for issm/trunk/src/c/Bamgx/objects/GeometricalEdge.cpp
- Timestamp:
- 04/19/10 16:26:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/objects/GeometricalEdge.cpp
r3335 r3570 93 93 double ca,cb,cta,ctb; 94 94 if ( theta<-1e-12){ 95 ISSMERROR( exprintf("theta<-1e-12"));95 ISSMERROR("theta<-1e-12"); 96 96 } 97 97 if ( theta>1+1e-12){ 98 ISSMERROR( exprintf("theta>1+1e-12"));98 ISSMERROR("theta>1+1e-12"); 99 99 } 100 100 if (TgA())
Note:
See TracChangeset
for help on using the changeset viewer.