Ignore:
Timestamp:
Nov 30, 2007, 12:52:50 PM (17 years ago)
Author:
garnier
Message:

maj a jour par rapport au repository de geant4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/GAG/src/G4UIGainServer.cc

    r593 r631  
    2626//
    2727// 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created
    28 // $Id: G4UIGainServer.cc,v 1.10 2006/06/29 19:09:25 gunter Exp $
    29 // $Name: geant4-09-00-ref-01 $
     28// $Id: G4UIGainServer.cc,v 1.11 2007/11/16 14:59:35 kmura Exp $
     29// $Name: $
    3030//
    3131#ifndef WIN32
     
    538538///////////////////////////////////////////////
    539539    G4UIcommandTree* treeTop = UI->GetTree();
    540     unsigned i = newCommand.index(" ");
     540    str_size i = newCommand.index(" ");
    541541   
    542542    if(i!=std::string::npos){
Note: See TracChangeset for help on using the changeset viewer.