Ignore:
Timestamp:
Aug 17, 2007, 5:29:02 PM (17 years ago)
Author:
garnier
Message:

r581@mac-90108: laurentgarnier | 2007-08-17 17:30:26 +0200
deplacement de frame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/common/src/G4VBasicShell.cc

    r483 r571  
    197197    std::vector<G4UIcommand*> commands;
    198198    G4int n_commandEntry = aTree->GetCommandEntry();
    199     for( G4int i_thCommand = 1; i_thCommand <= n_commandEntry; i_thCommand++ ) {
     199    for( int i_thCommand = 1; i_thCommand <= n_commandEntry; i_thCommand++ ) {
    200200      G4UIcommand* cmd = aTree->GetCommand(i_thCommand);
    201201      G4String ss = cmd->GetCommandName();
Note: See TracChangeset for help on using the changeset viewer.