Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
+5 -5
View File
@@ -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