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
+3 -3
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VisExtent.hh,v 1.6 2001/07/24 21:39:43 johna Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: G4VisExtent.hh,v 1.7 2003/06/16 16:55:16 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// A.Walkden 28/11/95
@@ -74,7 +74,7 @@ public: // With description
void SetYmax (G4double ymax);
void SetZmin (G4double zmin);
void SetZmax (G4double zmax);
friend G4std::ostream& operator << (G4std::ostream& os, const G4VisExtent& e);
friend std::ostream& operator << (std::ostream& os, const G4VisExtent& e);
private:
G4double fXmin, fXmax, fYmin, fYmax, fZmin, fZmax;