Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Polymarker.hh,v 1.8 2003/06/16 16:55:11 gunter Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: G4Polymarker.hh,v 1.9 2004/11/11 16:41:14 johna Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
//
//
// John Allison November 1996
@@ -43,7 +43,7 @@ class G4Polymarker: public G4VMarker, public G4Point3DList {
public: // With description
friend std::ostream& operator << (std::ostream& os, const G4Polymarker& marker);
enum MarkerType {line, dots, circles, squares};
enum MarkerType {dots, circles, squares};
G4Polymarker ();
virtual ~G4Polymarker ();
virtual G4Visible& operator = (const G4Visible& right);