]> OCCT Git - occt.git/commitdiff
Correction of the merge CR25519 and CR25593
authoroan <oan@opencascade.com>
Mon, 15 Dec 2014 10:11:05 +0000 (13:11 +0300)
committerbugmaster <bugmaster@opencascade.com>
Mon, 15 Dec 2014 10:11:05 +0000 (13:11 +0300)
src/BRepMesh/BRepMesh_FastDiscretFace.cxx

index 5cdbbb3c2ebfd586eb21d61cffd0d9df220cebf9..d39b2fb552772eb3c73b5a7cc312f744689756b5 100644 (file)
@@ -953,12 +953,7 @@ void BRepMesh_FastDiscretFace::insertInternalVerticesBSpline(
           aPrevParam2 = aParam2;
           aPrevPnt2   = aPnt2;
 
-          if (!isU && j < aParams2.Length())
-          {
-            // Update point parameter.
-            aStPnt1.SetX(aPrevParam2);
-            ++j;
-          }
+          ++j;
         }
       }
     }