Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4GeometryWorkspace.cc 93288 2015-10-15 09:51:02Z gcosmo $
// $Id: G4GeometryWorkspace.cc 100429 2016-10-21 13:00:52Z gcosmo $
//
//
// Class G4GeometryWorkspace - implementation
+1 -6
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4PVReplica.cc 85846 2014-11-05 15:45:28Z gcosmo $
// $Id: G4PVReplica.cc 100429 2016-10-21 13:00:52Z gcosmo $
//
//
// class G4PVReplica Implementation
@@ -34,11 +34,6 @@
#include "G4PVReplica.hh"
#include "G4LogicalVolume.hh"
// This static member is thread local. For each thread, it points to the
// array of G4ReplicaData instances.
//
template <class G4ReplicaData> G4ThreadLocal
G4ReplicaData* G4GeomSplitter<G4ReplicaData>::offset = 0;
G4PVRManager G4PVReplica::subInstanceManager;
// Helping in the use of the class G4PVRManager.