Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4GeometryWorkspacePool.cc 79096 2014-02-14 16:07:39Z gcosmo $
// $Id: G4GeometryWorkspacePool.cc 103041 2017-03-10 11:47:01Z gcosmo $
//
//
// Class G4GeometryWorkspacePool - implementation
@@ -124,6 +124,12 @@ void G4GeometryWorkspacePool::Recycle( G4GeometryWorkspace *geometryWrk )
//
void G4GeometryWorkspacePool::CleanUpAndDestroyAllWorkspaces()
{
if (fMyWorkspace)
{
fMyWorkspace->DestroyWorkspace();
delete fMyWorkspace;
fMyWorkspace=0;
}
}
// ----------------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4NavigationHistory.cc 102534 2017-02-08 13:47:58Z gcosmo $
// $Id: G4NavigationHistory.cc 102197 2017-01-10 14:25:23Z gcosmo $
//
//
// G4NavigationHistory Implementation