From: oan Date: Mon, 15 Dec 2014 10:11:05 +0000 (+0300) Subject: Correction of the merge CR25519 and CR25593 X-Git-Tag: V6_9_0_beta~227 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=edf3cf25a29d880726fdf534b523ae247fbc9a5b;p=occt.git Correction of the merge CR25519 and CR25593 --- 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; } } }