Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VoxelNavigation.cc 66356 2012-12-18 09:02:32Z gcosmo $
//
//
// class G4VoxelNavigation Implementation
@@ -575,10 +575,10 @@ G4VoxelNavigation::ComputeSafety(const G4ThreeVector& localPoint,
if( motherSafety == 0.0 )
{
#ifdef G4DEBUG_NAVIGATION
// Check that point is inside mother volume
EInside insideMother= motherSolid->Inside(localPoint);
#if 1 // def G4DEBUG_NAVIGATION
if( insideMother == kOutside )
{
G4ExceptionDescription message;
@@ -597,10 +597,10 @@ G4VoxelNavigation::ComputeSafety(const G4ThreeVector& localPoint,
JustWarning, // FatalException,
message);
}
#endif
#if 1 // def G4DEBUG_NAVIGATION
// Following check is NOT for an issue - it is only for information
// It is allowed that a solid gives approximate safety - even zero.
//
if( insideMother == kInside ) // && fVerbose )
{
G4ExceptionDescription messageIn;