Import Geant4 3.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:03:00 +02:00
parent cfcb558cfe
commit 137e303ecc
2843 changed files with 37082 additions and 38426 deletions
+4 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Polymarker.cc,v 1.5 1999/12/15 14:50:36 gunter Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4Polymarker.cc,v 1.6 2001/02/03 18:29:56 johna Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
//
// John Allison November 1996
@@ -17,6 +17,8 @@ G4Polymarker::G4Polymarker ():
fMarkerType (line)
{}
G4Polymarker::~G4Polymarker () {}
G4Visible & G4Polymarker::operator = (const G4Visible &right) {
return G4Visible::operator = (right);
}