Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4PenelopeIonisationCrossSection.cc 74626 2013-10-17 07:00:59Z gcosmo $
// $Id: G4PenelopeIonisationCrossSection.cc 99415 2016-09-21 09:05:43Z gcosmo $
//
// Author: Luciano Pandola
//
@@ -88,7 +88,7 @@ G4double G4PenelopeIonisationCrossSection::CrossSection(G4int Z,
{
//CRASH!
G4ExceptionDescription ed;
ed << "The method has been called with a NULL G4Material pointer" << G4endl;
ed << "The method has been called with a null G4Material pointer" << G4endl;
G4Exception("G4PenelopeIonisationCrossSection::CrossSection()","em2042",
FatalException,ed);
return cross;