Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GeometrySampler.cc 78011 2013-12-02 11:32:48Z gcosmo $
|
||||
// $Id: G4GeometrySampler.cc 103005 2017-03-08 08:08:35Z gcosmo $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// GEANT 4 class source file
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
G4GeometrySampler::~G4GeometrySampler()
|
||||
{
|
||||
ClearSampling();
|
||||
// ClearSampling();
|
||||
}
|
||||
|
||||
void G4GeometrySampler::ClearSampling()
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ImportanceConfigurator.cc 78011 2013-12-02 11:32:48Z gcosmo $
|
||||
// $Id: G4ImportanceConfigurator.cc 103005 2017-03-08 08:08:35Z gcosmo $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ImportanceConfigurator
|
||||
@@ -76,6 +76,7 @@ G4ImportanceConfigurator(G4String worldvolumeName,
|
||||
|
||||
G4ImportanceConfigurator::~G4ImportanceConfigurator()
|
||||
{
|
||||
G4cout << "G4ImportanceConfigurator:: destructor " << G4endl;
|
||||
if (fImportanceProcess)
|
||||
{
|
||||
fPlacer.RemoveProcess(fImportanceProcess);
|
||||
|
||||
Reference in New Issue
Block a user