From edf3cf25a29d880726fdf534b523ae247fbc9a5b Mon Sep 17 00:00:00 2001 From: oan Date: Mon, 15 Dec 2014 13:11:05 +0300 Subject: [PATCH] Correction of the merge CR25519 and CR25593 --- src/BRepMesh/BRepMesh_FastDiscretFace.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/BRepMesh/BRepMesh_FastDiscretFace.cxx b/src/BRepMesh/BRepMesh_FastDiscretFace.cxx index 5cdbbb3c2e..d39b2fb552 100644 --- a/src/BRepMesh/BRepMesh_FastDiscretFace.cxx +++ b/src/BRepMesh/BRepMesh_FastDiscretFace.cxx @@ -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; } } }