Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Exception.cc,v 1.12 2001/10/11 14:04:12 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4Exception.cc,v 1.13 2002/04/16 18:19:14 asaim Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
// ----------------------------------------------------------------------
@@ -45,7 +45,7 @@ void G4Exception(const char* s)
{
G4cerr << s << G4endl;
}
if(G4StateManager::GetStateManager()->SetNewState(Abort)) {
if(G4StateManager::GetStateManager()->SetNewState(Abort,s)) {
G4cerr << G4endl << "*** G4Exception: Aborting execution ***" << G4endl;
abort();
} else {