Import Geant4 7.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 12:11:21 +02:00
parent 516dbf1a58
commit d93e1e39a9
5384 changed files with 125662 additions and 82444 deletions
+2 -5
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VRML2.cc,v 1.8 2002/06/23 03:31:50 stanaka Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
// $Id: G4VRML2.cc,v 1.9 2005/06/02 17:43:47 allison Exp $
// GEANT4 tag $Name: geant4-07-01 $
//
// G4VRML2.cc
// Satoshi Tanaka & Yasuhide Sawada
@@ -75,9 +75,6 @@ G4VSceneHandler* G4VRML2::CreateSceneHandler(const G4String& name)
p = new G4VRML2SceneHandler(*this, name);
G4cout << G4VRML2SceneHandler::GetSceneCount()
<< " " << fName << " scene handlers extanct." << G4endl;
return p;
}