Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4UIterminal.cc,v 1.4 2006/06/29 15:34:04 gunter Exp $
// $Name: geant4-08-02 $
// $Id: pyG4UIterminal.cc,v 1.6 2007/05/28 03:11:20 kmura Exp $
// $Name: geant4-09-00 $
// ====================================================================
// pyG4UIterminal.cc
//
@@ -49,9 +49,9 @@ void StartUISession()
{
if (session == 0 ) {
G4UItcsh* tcsh= new
G4UItcsh("eccsim(%s)[%/]:");
G4UItcsh("g4py(%s)[%/]:");
session= new G4UIterminal(tcsh);
session= new G4UIterminal(tcsh, false);
tcsh-> SetLsColor(BLUE,RED);
}