1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0022593: Fixed data races in Poly

This commit is contained in:
RLN and KGV 2011-08-12 08:47:08 +00:00 committed by bugmaster
parent a71eab5866
commit 9dfd728754

View File

@ -225,8 +225,8 @@ void Poly_Connect::Initialize(const Standard_Integer N)
void Poly_Connect::Next()
{
Standard_Integer i, j;
static Standard_Integer n[3];
static Standard_Integer t[3];
Standard_Integer n[3];
Standard_Integer t[3];
const Poly_Array1OfTriangle& triangles = myTriangulation->Triangles();
Triangles(mytr, t[0], t[1], t[2]);
if (mysense) {