Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VTreeSceneHandler.cc 66870 2013-01-14 23:38:59Z adotti $
// $Id: G4VTreeSceneHandler.cc 85582 2014-10-31 09:07:30Z gcosmo $
//
//
// John Allison 5th April 2001
@@ -101,7 +101,7 @@ void G4VTreeSceneHandler::PreAddSolid
// G4PhysicalVolumeModel sends volumes as it encounters them,
// i.e., mothers before daughters, in its descent of the
// geometry tree. Error!
G4cout << "ERROR: G4XXXSceneHandler::PreAddSolid: Mother "
G4cerr << "ERROR: G4XXXSceneHandler::PreAddSolid: Mother "
<< ri->GetPhysicalVolume()->GetName()
<< ':' << ri->GetCopyNo()
<< " not previously encountered."