mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +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:
parent
351bbcba7e
commit
26920f3892
@ -2325,7 +2325,6 @@ void BiTgte_Blend::ComputeShape()
|
|||||||
// modify the tubes on edge for partition of edges.
|
// modify the tubes on edge for partition of edges.
|
||||||
//
|
//
|
||||||
Standard_Integer NbS = NbSurfaces();
|
Standard_Integer NbS = NbSurfaces();
|
||||||
NbS = 0;
|
|
||||||
for (Standard_Integer i = 1; i <= NbS; i++) {
|
for (Standard_Integer i = 1; i <= NbS; i++) {
|
||||||
const TopoDS_Shape& S1 = SupportShape1(i);
|
const TopoDS_Shape& S1 = SupportShape1(i);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user