From 5c22bd08c3ddde9ef4f7a7d99e09903f43e3fced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Mon, 29 Feb 2016 11:23:37 +0100 Subject: [PATCH] fixes for c++11 threads --- libsrc/stlgeom/stlgeom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/stlgeom/stlgeom.cpp b/libsrc/stlgeom/stlgeom.cpp index bdff6cb5..48f64c55 100644 --- a/libsrc/stlgeom/stlgeom.cpp +++ b/libsrc/stlgeom/stlgeom.cpp @@ -2139,11 +2139,11 @@ int STLGeometry :: CheckGeometryOverlapping() { - Array inters; mutex inters_mutex; ParallelFor( 1, GetNT()+1, [&] (int first, int next) { + Array inters; for (int i=first; i