Index: /issm/trunk/src/c/modules/MeshProfileIntersectionx/SegmentIntersect.cpp
===================================================================
--- /issm/trunk/src/c/modules/MeshProfileIntersectionx/SegmentIntersect.cpp	(revision 5238)
+++ /issm/trunk/src/c/modules/MeshProfileIntersectionx/SegmentIntersect.cpp	(revision 5239)
@@ -51,5 +51,5 @@
 	det=n1[0]*n2[1]-n2[0]*y1[1];
 
-	if(test1*test2==0 & test3*test4==0 & det==0){
+	if(test1*test2==0 && test3*test4==0 && det==0){
 
 		//projection on the axis O1O2
