Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (16 years ago)
Author:
garnier
Message:

geant4.8.2 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/src/G4UItcsh.cc

    r688 r850  
    2525//
    2626//
    27 // $Id: G4UItcsh.cc,v 1.16 2008/01/15 08:13:34 kmura Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4UItcsh.cc,v 1.17 2008/07/18 06:37:06 kmura Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030
     
    559559      if(commandLine.length()!=0 && IsCursorLast()) ListMatchedCommand();
    560560      else if (commandLine.empty()) {
    561         G4cout << G4endl;
    562         RestoreTerm();
    563         exit(0);
     561        return G4String("exit");       
    564562      } else DeleteCharacter();
    565563      break;
Note: See TracChangeset for help on using the changeset viewer.