mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0022593: Fixed data races in Poly
This commit is contained in:
parent
a71eab5866
commit
9dfd728754
@ -225,8 +225,8 @@ void Poly_Connect::Initialize(const Standard_Integer N)
|
|||||||
void Poly_Connect::Next()
|
void Poly_Connect::Next()
|
||||||
{
|
{
|
||||||
Standard_Integer i, j;
|
Standard_Integer i, j;
|
||||||
static Standard_Integer n[3];
|
Standard_Integer n[3];
|
||||||
static Standard_Integer t[3];
|
Standard_Integer t[3];
|
||||||
const Poly_Array1OfTriangle& triangles = myTriangulation->Triangles();
|
const Poly_Array1OfTriangle& triangles = myTriangulation->Triangles();
|
||||||
Triangles(mytr, t[0], t[1], t[2]);
|
Triangles(mytr, t[0], t[1], t[2]);
|
||||||
if (mysense) {
|
if (mysense) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user