Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4BooleanSolid.icc 66356 2012-12-18 09:02:32Z gcosmo $
// $Id: G4BooleanSolid.icc 96960 2016-05-18 14:59:54Z gcosmo $
//
// --------------------------------------------------------------------
// GEANT 4 inline definitions file
@@ -101,14 +101,3 @@ G4double G4BooleanSolid::GetSurfaceArea()
else { fSurfaceArea = EstimateSurfaceArea(fStatistics,fAreaAccuracy); }
return fSurfaceArea;
}
inline
G4double G4BooleanSolid::GetAreaRatio() const
{
if (fAreaRatio <= 0.)
{
fAreaRatio = fPtrSolidA->GetSurfaceArea() /
(fPtrSolidA->GetSurfaceArea()+fPtrSolidB->GetSurfaceArea());
}
return fAreaRatio;
}