diff --git a/source/geometry/management/src/G4GeometryManager.cc b/source/geometry/management/src/G4GeometryManager.cc index b0f54aa038..6f8098d61f 100644 --- a/source/geometry/management/src/G4GeometryManager.cc +++ b/source/geometry/management/src/G4GeometryManager.cc @@ -71,7 +71,7 @@ G4VoxelisationHelper* G4GeometryManager::fParallelVoxeliser = nullptr; // Expected Future: data member (when only one instance) // Static *global* class data -G4bool G4GeometryManager::fParallelVoxelOptimisationRequested = true; +G4bool G4GeometryManager::fParallelVoxelOptimisationRequested = false; // Records User choice to use parallel voxel optimisation (or not) G4bool G4GeometryManager::fOptimiseInParallelConfigured = false;