Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -884,7 +884,7 @@ template<class T> TLBE<T>::~TLBE()
|
||||
|
||||
// Decays ///////////////////////////////////////////////////////////////////
|
||||
#include "G4Decay.hh"
|
||||
#include "G4RadioactiveDecay.hh"
|
||||
#include "G4RadioactiveDecayBase.hh"
|
||||
#include "G4IonTable.hh"
|
||||
#include "G4Ions.hh"
|
||||
|
||||
@@ -918,7 +918,7 @@ template<class T> TLBE<T>::~TLBE()
|
||||
// Declare radioactive decay to the GenericIon in the IonTable.
|
||||
const G4IonTable *theIonTable =
|
||||
G4ParticleTable::GetParticleTable()->GetIonTable();
|
||||
G4RadioactiveDecay *theRadioactiveDecay = new G4RadioactiveDecay();
|
||||
G4RadioactiveDecayBase* theRadioactiveDecay = new G4RadioactiveDecayBase();
|
||||
|
||||
//Fix for activation of RadioactiveDecay, based on G4RadioactiveDecayPhysics
|
||||
G4EmParameters* param = G4EmParameters::Instance();
|
||||
|
||||
Reference in New Issue
Block a user