Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.2 2005/01/26 08:50:58 gcosmo Exp $
|
||||
# $Id: GNUmakefile,v 1.3 2007/11/30 14:28:50 lgarnier Exp $
|
||||
# -------------------------------------------------------------
|
||||
# GNUmakefile for interfaces/GAG library. John Allison, 6/7/98.
|
||||
|
||||
@@ -9,7 +9,6 @@ ifndef G4INSTALL
|
||||
endif
|
||||
|
||||
include $(G4INSTALL)/config/architecture.gmk
|
||||
include $(G4INSTALL)/config/G4UI_BUILD.gmk
|
||||
include $(G4INSTALL)/config/interactivity.gmk
|
||||
|
||||
CPPFLAGS += -I$(G4BASE)/global/management/include
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGAG.hh,v 1.7 2006/06/29 19:09:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
// G4UIGAG.hh
|
||||
// GAG(Geant4 adaptive GUI) interface class
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGainServer.hh,v 1.5 2006/06/29 19:09:21 gunter Exp $
|
||||
// $Name: geant4-09-01 $
|
||||
// $Name: geant4-09-02 $
|
||||
//
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGAG.cc,v 1.19 2007/10/30 10:14:34 kmura Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
// G4UIGAG.cc
|
||||
// 18.Feb.98 M.Nagamatu and T.Kodama created G4UIGAG from G4UIterminal
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
//
|
||||
//
|
||||
// 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created
|
||||
// $Id: G4UIGainServer.cc,v 1.11 2007/11/16 14:59:35 kmura Exp $
|
||||
// $Name: geant4-09-01 $
|
||||
// $Id: G4UIGainServer.cc,v 1.12 2008/07/18 06:39:43 kmura Exp $
|
||||
// $Name: geant4-09-02 $
|
||||
//
|
||||
#ifndef WIN32
|
||||
|
||||
@@ -413,7 +413,11 @@ void G4UIGainServer::WaitingConnection(){
|
||||
if((socketD[i] = accept(socketD[0], (struct sockaddr *)&caddr,(socklen_t *)&len))<0){
|
||||
#endif
|
||||
G4cerr<<"accept:"<<i<<G4endl;
|
||||
exit(1);
|
||||
//exit(1);
|
||||
G4Exception("G4UIGainServer::WaitingConnection", "Invalid Socket",
|
||||
FatalException, "Cannot establish connection");
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
close(socketD[0]);
|
||||
|
||||
Reference in New Issue
Block a user