Commit in slic/src on MAIN
G4Application.cc+4-41.56 -> 1.57


slic/src
G4Application.cc 1.56 -> 1.57
diff -u -r1.56 -r1.57
--- G4Application.cc	19 Oct 2005 22:51:15 -0000	1.56
+++ G4Application.cc	5 Nov 2005 07:19:58 -0000	1.57
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/G4Application.cc,v 1.56 2005/10/19 22:51:15 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/G4Application.cc,v 1.57 2005/11/05 07:19:58 jeremy Exp $
 #include "G4Application.hh"
 
 // slic
@@ -198,12 +198,12 @@
   {
     // tcsh setup
 #ifdef G4UI_USE_TCSH
-    G4cout << "using TCSH" << G4endl;
+//   G4cout << "using TCSH" << G4endl;
     m_session = new G4UIterminal(new G4UItcsh);
 
     // csh setup
 #elif G4UI_USE_CSH
-    G4cout << "using CSH" << G4endl;
+//    G4cout << "using CSH" << G4endl;
     m_session = new G4UIterminal(new G4UIcsh);
 
     // Gag setup
@@ -221,7 +221,7 @@
       ui->ApplyCommand("/gui/addButton file Exit \"exit\"");
     }
 #else
-    G4cout << "using plain G4UIterminal" << G4endl;
+//    G4cout << "using plain G4UIterminal" << G4endl;
     m_session = new G4UIterminal();
 #endif
 
CVSspam 0.2.8