Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -79,7 +79,6 @@ void G4GAGTreeSceneHandler::InitializePVList(void)
//-----
void G4GAGTreeSceneHandler::BeginModeling ()
{
// To re-use "culling off" code.
G4VTreeSceneHandler::BeginModeling ();
// Initialize the stack the the tree generation
@@ -127,7 +126,6 @@ void G4GAGTreeSceneHandler::EndModeling ()
// Clear the stack for the tree generation
ClearPVList();
// To re-use "culling off" code.
G4VTreeSceneHandler::EndModeling ();
}