Ignore:
Timestamp:
Nov 16, 2007, 11:59:21 AM (17 years ago)
Author:
garnier
Message:

r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote

File:
1 edited

Legend:

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

    r593 r609  
    2525//
    2626//
    27 // $Id: G4UIGAG.cc,v 1.18 2006/06/29 19:09:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     27// $Id: G4UIGAG.cc,v 1.19 2007/10/30 10:14:34 kmura Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// G4UIGAG.cc
     
    414414{
    415415  G4UIcommandTree * treeTop = UI->GetTree();
    416   /*int*/unsigned i = newCommand.index(" ");
     416  /*int*/str_size i = newCommand.index(" ");
    417417  if( i != std::string::npos )
    418418  {
Note: See TracChangeset for help on using the changeset viewer.