From 26920f3892d52fc99a5903f81201473ecda93e92 Mon Sep 17 00:00:00 2001 From: aba Date: Tue, 16 Oct 2012 18:06:05 +0400 Subject: [PATCH] 0023312: Suspicious for loop in BiTgte_Blend.cxx Deleted line 'NbS=0;' to allow next loop be executable --- src/BiTgte/BiTgte_Blend.cxx | 1 - 1 file changed, 1 deletion(-) 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);