Import Geant4 4.1.0 source tree
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user