Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DynamicParticle.icc,v 1.8 2001/07/11 10:01:55 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: G4DynamicParticle.icc,v 1.11 2004/06/11 14:25:26 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -32,8 +32,11 @@
|
||||
// 17 AUg. 1999 H.Kurashige
|
||||
// ------------------------------------------------------------
|
||||
|
||||
|
||||
extern G4Allocator<G4DynamicParticle> aDynamicParticleAllocator;
|
||||
#if defined G4PARTICLES_ALLOC_EXPORT
|
||||
extern G4DLLEXPORT G4Allocator<G4DynamicParticle> aDynamicParticleAllocator;
|
||||
#else
|
||||
extern G4DLLIMPORT G4Allocator<G4DynamicParticle> aDynamicParticleAllocator;
|
||||
#endif
|
||||
|
||||
// ------------------------
|
||||
// Inlined operators
|
||||
|
||||
Reference in New Issue
Block a user