Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+9 -1
View File
@@ -26,7 +26,15 @@
//
// $Id:$
//
#ifdef G4MULTITHREADED
#if __clang__
#if (defined(G4MULTITHREADED) && !defined(G4USE_STD11) && \
!__has_feature(cxx_thread_local))
#define CLANG_NOSTDTLS
#endif
#endif
#if (defined(G4MULTITHREADED) && !defined(G4USE_STD11)) || \
(defined(CLANG_NOSTDTLS))
#include <CLHEP/Random/StaticRandomStates.h>
#include <CLHEP/Random/JamesRandom.h>