Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -22,7 +22,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4Molecule.cc 103042 2017-03-10 11:50:07Z gcosmo $
// $Id: G4Molecule.cc 110873 2018-06-22 13:11:22Z gcosmo $
//
// ---------------------------------------------------------------------
// GEANT 4 class header file
@@ -62,7 +62,11 @@ using namespace std;
ITImp(G4Molecule)
G4ThreadLocal G4Allocator<G4Molecule> *aMoleculeAllocator = 0;
G4Allocator<G4Molecule>*& aMoleculeAllocator()
{
G4ThreadLocalStatic G4Allocator<G4Molecule>* _instance = nullptr;
return _instance;
}
//______________________________________________________________________________