Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
+6 -6
View File
@@ -25,8 +25,8 @@
//
//
// 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created
// $Id: G4UIGainServer.cc,v 1.12 2008/07/18 06:39:43 kmura Exp $
// $Name: geant4-09-02 $
// $Id: G4UIGainServer.cc,v 1.12 2008-07-18 06:39:43 kmura Exp $
// $Name: not supported by cvs2svn $
//
#ifndef WIN32
@@ -414,10 +414,10 @@ void G4UIGainServer::WaitingConnection(){
#endif
G4cerr<<"accept:"<<i<<G4endl;
//exit(1);
G4Exception("G4UIGainServer::WaitingConnection", "Invalid Socket",
FatalException, "Cannot establish connection");
G4Exception("G4UIGainServer::WaitingConnection()",
"UI0004",
FatalException,
"Invalid Socket. Cannot establish connection");
}
}
close(socketD[0]);