Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGAG.hh,v 1.7 2006/06/29 19:09:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
// G4UIGAG.hh
|
||||
// GAG(Geant4 adaptive GUI) interface class
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGainServer.hh,v 1.5 2006/06/29 19:09:21 gunter Exp $
|
||||
// $Name: geant4-09-00 $
|
||||
// $Name: geant4-09-01 $
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGAG.cc,v 1.18 2006/06/29 19:09:23 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// $Id: G4UIGAG.cc,v 1.19 2007/10/30 10:14:34 kmura Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
// G4UIGAG.cc
|
||||
// 18.Feb.98 M.Nagamatu and T.Kodama created G4UIGAG from G4UIterminal
|
||||
@@ -413,7 +413,7 @@ void G4UIGAG::ListDirectory( G4String newCommand )
|
||||
void G4UIGAG::TerminalHelp(G4String newCommand)
|
||||
{
|
||||
G4UIcommandTree * treeTop = UI->GetTree();
|
||||
/*int*/unsigned i = newCommand.index(" ");
|
||||
/*int*/str_size i = newCommand.index(" ");
|
||||
if( i != std::string::npos )
|
||||
{
|
||||
G4String newValue = newCommand(i+1,newCommand.length()-(i+1));
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
//
|
||||
//
|
||||
// 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created
|
||||
// $Id: G4UIGainServer.cc,v 1.10 2006/06/29 19:09:25 gunter Exp $
|
||||
// $Name: geant4-09-00 $
|
||||
// $Id: G4UIGainServer.cc,v 1.11 2007/11/16 14:59:35 kmura Exp $
|
||||
// $Name: geant4-09-01 $
|
||||
//
|
||||
#ifndef WIN32
|
||||
|
||||
@@ -537,7 +537,7 @@ void G4UIGainServer::ListDirectory(G4String newCommand){
|
||||
void G4UIGainServer::TerminalHelp(G4String newCommand){
|
||||
///////////////////////////////////////////////
|
||||
G4UIcommandTree* treeTop = UI->GetTree();
|
||||
unsigned i = newCommand.index(" ");
|
||||
str_size i = newCommand.index(" ");
|
||||
|
||||
if(i!=std::string::npos){
|
||||
G4String newValue = newCommand(i+1,newCommand.length()-(i+1));
|
||||
|
||||
Reference in New Issue
Block a user