Import Geant4 3.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:03:00 +02:00
parent cfcb558cfe
commit 137e303ecc
2843 changed files with 37082 additions and 38426 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UImanager.cc,v 1.6 2000/07/22 10:49:38 asaim Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4UImanager.cc,v 1.7 2001/02/08 06:07:20 asaim Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
//
// ---------------------------------------------------------------------
@@ -233,7 +233,7 @@ int G4UImanager::ApplyCommand(G4String aCommand)
{ return fIllegalApplicationState; }
if(saveHistory) historyFile << aCommand << G4endl;
histVec.insert(aCommand);
histVec.push_back(aCommand);
return targetCommand->DoIt( commandParameter );
}