Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -24,8 +24,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4VFacet.icc,v 1.4 2007/02/12 09:34:44 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: G4VFacet.icc,v 1.5 2007/08/23 14:45:03 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//
@@ -88,7 +88,7 @@ inline size_t G4VFacet::GetNumberOfVertices () const
return nVertices;
}
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//
inline void G4VFacet::SetVertexIndex (const size_t i, const size_t j)
{I[i] = j;}
@@ -104,8 +104,8 @@ inline G4ThreeVector G4VFacet::GetVertex (size_t i) const
///////////////////////////////////////////////////////////////////////////////
//
inline G4ThreeVector G4VFacet::GetCentroid () const
{return centroid;}
inline G4ThreeVector G4VFacet::GetCircumcentre () const
{return circumcentre;}
///////////////////////////////////////////////////////////////////////////////
//