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: G4VRML1File.cc,v 1.8 2001/09/18 07:53:15 stanaka Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
// $Id: G4VRML1File.cc,v 1.9 2005/06/02 17:43:47 allison Exp $
// GEANT4 tag $Name: geant4-07-01 $
//
// G4VRML1File.cc
// Satoshi Tanaka & Yasuhide Sawada
@@ -55,9 +55,6 @@ G4VSceneHandler* G4VRML1File::CreateSceneHandler(const G4String& name)
p = new G4VRML1FileSceneHandler(*this, name);
G4cout << G4VRML1FileSceneHandler::GetSceneCount()
<< " " << fName << " scene handlers extanct." << G4endl;
return p;
}