Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4UIGAG.cc,v 1.14 2002/04/26 21:28:25 asaim Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4UIGAG.cc,v 1.15 2002/12/05 16:33:41 asaim Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
// G4UIGAG.cc
// 18.Feb.98 M.Nagamatu and T.Kodama created G4UIGAG from G4UIterminal
@@ -814,7 +814,7 @@ void G4UIGAG::NotifyParameterUpdate(G4UIcommand* com)
//####### update check routines ####################################
void G4UIGAG::UpdateState(void)
{
static G4ApplicationState previousState= PreInit;
static G4ApplicationState previousState= G4State_PreInit;
G4ApplicationState newState;
G4StateManager *statM = G4StateManager::GetStateManager();
newState = statM->GetCurrentState();