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

0023036: Incorrect initialization of Poly_MakeLoops::Link

This commit is contained in:
szv 2012-03-22 18:35:22 +04:00 committed by bugmaster
parent 4101383eeb
commit 600519c913

View File

@ -56,7 +56,7 @@ public:
: node1(0), node2(0), flags(0) {}
Link(Standard_Integer theNode1, Standard_Integer theNode2)
: node1(theNode1), node2(theNode2), flags(0) {}
: node1(theNode1), node2(theNode2), flags(1) {}
void Reverse()
{