Import Geant4 10.2.0 source tree
This commit is contained in:
@@ -191,7 +191,7 @@ void G4MTRunManager::SetNumberOfThreads(G4int n )
|
||||
{
|
||||
G4ExceptionDescription msg;
|
||||
msg << "Number of threads is forced to " << forcedNwokers
|
||||
<< " by G4FORCENUMBEROFWORKERS shell variable.\n"
|
||||
<< " by G4FORCENUMBEROFTHREADS shell variable.\n"
|
||||
<< "Method ignored.";
|
||||
G4Exception("G4MTRunManager::SetNumberOfThreads(G4int)",
|
||||
"Run0035", JustWarning, msg);
|
||||
@@ -557,17 +557,6 @@ void G4MTRunManager::TerminateWorkers()
|
||||
threads.clear();
|
||||
}
|
||||
|
||||
#include "G4IonTable.hh"
|
||||
#include "G4ParticleTable.hh"
|
||||
#include "G4CascadeInterface.hh"
|
||||
|
||||
void G4MTRunManager::InitializePhysics()
|
||||
{
|
||||
G4RunManager::InitializePhysics();
|
||||
//BERTINI, this is needed to create pseudo-particles, to be removed
|
||||
G4CascadeInterface::Initialize();
|
||||
}
|
||||
|
||||
void G4MTRunManager::AbortRun(G4bool softAbort)
|
||||
{
|
||||
// This method is valid only for GeomClosed or EventProc state
|
||||
|
||||
Reference in New Issue
Block a user