Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4RunManager.cc 86968 2014-11-21 11:52:04Z gcosmo $
// $Id: G4RunManager.cc 90233 2015-05-21 08:56:28Z gcosmo $
//
//
@@ -905,7 +905,7 @@ void G4RunManager::GeometryHasBeenModified(G4bool prop)
void G4RunManager::ReinitializeGeometry(G4bool destroyFirst, G4bool prop)
{
if(destroyFirst && !(G4Threading::IsWorkerThread()))
if(destroyFirst && G4Threading::IsMasterThread())
{
if(verboseLevel>0)
{