Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ios.hh 70021 2013-05-22 07:55:29Z gcosmo $
|
||||
// $Id: G4ios.hh 110251 2018-05-17 14:09:28Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ---------------------------------------------------------------
|
||||
@@ -42,10 +42,10 @@
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
|
||||
extern G4GLOB_DLL G4ThreadLocal std::ostream *G4cout_p;
|
||||
extern G4GLOB_DLL G4ThreadLocal std::ostream *G4cerr_p;
|
||||
#define G4cout (*G4cout_p)
|
||||
#define G4cerr (*G4cerr_p)
|
||||
extern G4GLOB_DLL std::ostream*& _G4cout_p();
|
||||
extern G4GLOB_DLL std::ostream*& _G4cerr_p();
|
||||
#define G4cout (*_G4cout_p())
|
||||
#define G4cerr (*_G4cerr_p())
|
||||
|
||||
#else // Sequential
|
||||
|
||||
|
||||
Reference in New Issue
Block a user