Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MultiLevelLocator.cc 94380 2015-11-13 10:14:39Z gcosmo $
// $Id: G4MultiLevelLocator.cc 96458 2016-04-15 10:15:24Z gcosmo $
//
// Class G4MultiLevelLocator implementation
//
@@ -183,8 +183,8 @@ G4bool G4MultiLevelLocator::EstimateIntersectionPoint(
fNumCalls++;
#ifdef G4DEBUG_FIELD
static unsigned int trigger_substepno_print=0;
static const G4double tolerance = 1.0e-8 * CLHEP::mm;
unsigned int trigger_substepno_print=0;
const G4double tolerance = 1.0e-8 * CLHEP::mm;
unsigned int biggest_depth= 0;
#if (G4DEBUG_FIELD>1)