Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VDiscreteProcess.cc,v 1.5 2006/06/29 21:08:24 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// $Id: G4VDiscreteProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -48,6 +48,9 @@ G4VDiscreteProcess::G4VDiscreteProcess()
|
||||
G4VDiscreteProcess::G4VDiscreteProcess(const G4String& aName , G4ProcessType aType)
|
||||
: G4VProcess(aName, aType)
|
||||
{
|
||||
enableAtRestDoIt = false;
|
||||
enableAlongStepDoIt = false;
|
||||
|
||||
}
|
||||
|
||||
G4VDiscreteProcess::~G4VDiscreteProcess()
|
||||
|
||||
Reference in New Issue
Block a user