Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
+5 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Step.cc,v 1.6 2006/06/29 21:15:13 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4Step.cc,v 1.7 2006/10/30 09:50:13 kurasige Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
//---------------------------------------------------------------
@@ -56,6 +56,9 @@ G4Step::G4Step()
{
fpPreStepPoint = new G4StepPoint();
fpPostStepPoint = new G4StepPoint();
fFirstStepInVolume =false;
fLastStepInVolume = false;
}
/////////////////