Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4ProjectedSurface.icc,v 1.3 2001/07/11 09:59:36 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// $Id: G4ProjectedSurface.icc,v 1.4 2003/03/28 13:11:45 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
//
// --------------------------------------------------------------------
// GEANT 4 inline definitions file
@@ -33,7 +33,7 @@
// --------------------------------------------------------------------
inline
G4Vector3D G4ProjectedSurface::SurfaceNormal(const G4Point3D& Pt) const
G4Vector3D G4ProjectedSurface::SurfaceNormal(const G4Point3D&) const
{
return G4Vector3D(0,0,0);
}