Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Line.icc,v 1.7 2001/07/11 09:59:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: G4Line.icc,v 1.8 2004/12/02 09:31:24 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-00-cand-03 $
//
// --------------------------------------------------------------------
// GEANT 4 inline definitions file
@@ -137,9 +137,9 @@ G4int G4Line::IntersectRay2D(const G4Ray& ray)
G4int nbinter = 0;
if (fabs(denom) < kCarTolerance)
if (std::fabs(denom) < kCarTolerance)
{
if (fabs(num1) < kCarTolerance)
if (std::fabs(num1) < kCarTolerance)
{
// identical lines
}