From 9dfd728754025027820eb2d45ab0253d04db4e8b Mon Sep 17 00:00:00 2001 From: RLN and KGV <> Date: Fri, 12 Aug 2011 08:47:08 +0000 Subject: [PATCH] 0022593: Fixed data races in Poly --- src/Poly/Poly_Connect.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Poly/Poly_Connect.cxx b/src/Poly/Poly_Connect.cxx index 83fcfbb847..49999fa939 100755 --- a/src/Poly/Poly_Connect.cxx +++ b/src/Poly/Poly_Connect.cxx @@ -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) {