Import Geant4 11.3.2 source tree
This commit is contained in:
@@ -195,15 +195,6 @@ G4GeometryManager* G4GeometryManager::GetInstanceIfExist()
|
||||
return fgInstance;
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
// Simplest user method to request parallel optimisation.
|
||||
// ***************************************************************************
|
||||
//
|
||||
void G4GeometryManager::OptimiseInParallel( G4bool val )
|
||||
{
|
||||
RequestParallelOptimisation(val);
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
// Report about Voxel(isation) of a logical volume.
|
||||
// ***************************************************************************
|
||||
@@ -476,6 +467,15 @@ void G4GeometryManager::RequestParallelOptimisation(G4bool flag, G4bool verbose)
|
||||
}
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
// Simplest user method to request parallel optimisation.
|
||||
// ***************************************************************************
|
||||
//
|
||||
void G4GeometryManager::OptimiseInParallel( G4bool val )
|
||||
{
|
||||
RequestParallelOptimisation(val);
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
// Setup up state to enable parallel optimisation by workers.
|
||||
// ***************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user