Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VRestContinuousProcess.cc,v 1.3 2001/07/11 10:08:21 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4VRestContinuousProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
//
// --------------------------------------------------------------
@@ -38,7 +38,8 @@
G4VRestContinuousProcess::G4VRestContinuousProcess()
:G4VProcess("No Name Discrete Process")
{
G4Exception("G4VRestContinuousProcess:: default constructor is called");
G4Exception("G4VRestContinuousProcess::G4VRestContinuousProcess()","Illegal operation",
JustWarning,"default constructor is called");
}
G4VRestContinuousProcess::G4VRestContinuousProcess(const G4String& aName , G4ProcessType aType)