Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4XXX.cc,v 1.3 2001/08/25 00:22:20 johna Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// John Allison 5th April 2001
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4XXXSceneHandler.cc,v 1.10 2002/11/11 18:26:35 johna Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: G4XXXSceneHandler.cc,v 1.11 2003/05/30 13:01:26 johna Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// John Allison 5th April 2001
@@ -379,7 +379,7 @@ void G4XXXSceneHandler::AddPrimitive(const G4Polyhedron& polyhedron) {
} while (notLastFace);
}
void G4XXXSceneHandler::AddPrimitive(const G4NURBS& nurbs) {
void G4XXXSceneHandler::AddPrimitive(const G4NURBS&) {
#ifdef G4XXXDEBUG
G4cout <<
"G4XXXSceneHandler::AddPrimitive(const G4NURBS& nurbs) called."
+3 -3
View File
@@ -21,13 +21,13 @@
// ********************************************************************
//
//
// $Id: G4XXXViewer.cc,v 1.4 2001/11/16 10:50:27 johna Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: G4XXXViewer.cc,v 1.5 2003/06/16 17:14:01 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
#include "G4XXXViewer.hh"
#include "G4ios.hh"
#include "g4std/strstream"
#include <strstream>
#include "G4VSceneHandler.hh"