Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+4 -4
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UItcsh.hh,v 1.1 2000/03/26 23:03:47 asaim Exp $
// GEANT4 tag $Name: geant4-02-00 $
// $Id: G4UItcsh.hh,v 1.2 2000/07/22 10:52:28 asaim Exp $
// GEANT4 tag $Name: geant4-03-00 $
//
#ifndef G4UItcsh_h
@@ -51,7 +51,7 @@
class G4UItcsh : public G4VUIshell {
protected:
virtual void MakePrompt();
virtual void MakePrompt(const char* msg=0);
G4int cursorPosition; // cursor position
G4String commandLine; // command line string;
@@ -104,7 +104,7 @@ public:
~G4UItcsh();
void SetLsColor(TermColorIndex dirColor, TermColorIndex cmdColor);
virtual G4String GetCommandLine();
virtual G4String GetCommandLine(const char* msg=0);
};
inline G4bool G4UItcsh::IsCursorLast() const