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 -2
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4UIcsh.cc,v 1.5 2001/07/11 10:01:21 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4UIcsh.cc,v 1.6 2002/02/26 02:09:08 asaim Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
#include "G4UIcsh.hh"
@@ -55,6 +55,7 @@ G4String G4UIcsh::GetCommandLine(const char* msg)
newCommand= "exit";
return newCommand;
}
newCommand = newCommand.strip(1,'\r'); // fix for odd behavior on Windows
// multi-line
while( (newCommand.length() > 0) &&