- Timestamp:
- 10/25/10 08:57:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Bamg/ListofIntersectionTriangles.h
r5573 r6412 34 34 double c01=lEnd-lBegin, c0=(lEnd-s)/c01, c1=(s-lBegin)/c01; 35 35 if (lBegin>s || s>lEnd){ 36 ISSMERROR("lBegin>s || s>lEnd");36 _error_("lBegin>s || s>lEnd"); 37 37 } 38 38 return e->F(sBegin*c0+sEnd*c1);
Note:
See TracChangeset
for help on using the changeset viewer.