1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023312: Suspicious for loop in BiTgte_Blend.cxx

Deleted line 'NbS=0;' to allow next loop be executable
This commit is contained in:
aba 2012-10-16 18:06:05 +04:00
parent 351bbcba7e
commit 26920f3892

View File

@ -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);