diff --git a/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp b/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp index 20c2ef088789d075f4a01666808b1e059c5669f1..43bb3e9637774cb28e349202eac35a7f17439e49 100644 --- a/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp +++ b/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp @@ -381,7 +381,6 @@ GeoVPhysVol* ReadGeoModel::buildGeoModelPrivate() { std::thread t24(&ReadGeoModel::buildAllShapes_TwistedTrap, this); std::thread t25(&ReadGeoModel::buildAllShapes_SimplePolygonBrep, this); - std::thread t26(&ReadGeoModel::buildAllShapes_Operators, this); t2.join(); // ok, all Elements have been built // needs Elements @@ -400,6 +399,8 @@ GeoVPhysVol* ReadGeoModel::buildGeoModelPrivate() { t24.join(); // ok, all Shapes-TwistedTrap have been built t25.join(); // ok, all Shapes-SimplePolygonBrep have been built + // Needs more primitive shapes: + std::thread t26(&ReadGeoModel::buildAllShapes_Operators, this); t26.join(); // ok, all Shapes-Operators have been built t3.join(); // ok, all Materials have been built