Changeset 5239
- Timestamp:
- 08/13/10 10:56:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/MeshProfileIntersectionx/SegmentIntersect.cpp
r4785 r5239 51 51 det=n1[0]*n2[1]-n2[0]*y1[1]; 52 52 53 if(test1*test2==0 & test3*test4==0& det==0){53 if(test1*test2==0 && test3*test4==0 && det==0){ 54 54 55 55 //projection on the axis O1O2
Note:
See TracChangeset
for help on using the changeset viewer.