From: aba Date: Tue, 16 Oct 2012 14:06:05 +0000 (+0400) Subject: 0023312: Suspicious for loop in BiTgte_Blend.cxx X-Git-Tag: V6_6_0_beta~243 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=26920f3892d52fc99a5903f81201473ecda93e92;p=occt.git 0023312: Suspicious for loop in BiTgte_Blend.cxx Deleted line 'NbS=0;' to allow next loop be executable --- diff --git a/src/BiTgte/BiTgte_Blend.cxx b/src/BiTgte/BiTgte_Blend.cxx index c3f027911b..65091b6c1e 100755 --- a/src/BiTgte/BiTgte_Blend.cxx +++ b/src/BiTgte/BiTgte_Blend.cxx @@ -2325,7 +2325,6 @@ void BiTgte_Blend::ComputeShape() // modify the tubes on edge for partition of edges. // Standard_Integer NbS = NbSurfaces(); - NbS = 0; for (Standard_Integer i = 1; i <= NbS; i++) { const TopoDS_Shape& S1 = SupportShape1(i);