Import Geant4 7.0.0 source tree
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user