Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -24,13 +24,23 @@
// ********************************************************************
//
//
// $Id: G4NormalNavigation.icc 80287 2014-04-10 09:49:49Z gcosmo $
// $Id: G4NormalNavigation.icc 90009 2015-05-08 07:42:39Z gcosmo $
//
//
// G4NormalNavigation Inline Implementation
//
// --------------------------------------------------------------------
// ********************************************************************
// CheckMode
// ********************************************************************
//
inline
void G4NormalNavigation::CheckMode(G4bool mode)
{
fCheck = mode;
}
// ********************************************************************
// LevelLocate
// ********************************************************************
@@ -91,33 +101,3 @@ G4NormalNavigation::LevelLocate( G4NavigationHistory& history,
}
return found;
}
// ********************************************************************
// GetVerboseLevel
// ********************************************************************
//
inline
G4int G4NormalNavigation::GetVerboseLevel() const
{
return fLogger->GetVerboseLevel();
}
// ********************************************************************
// SetVerboseLevel
// ********************************************************************
//
inline
void G4NormalNavigation::SetVerboseLevel(G4int level)
{
fLogger->SetVerboseLevel(level);
}
// ********************************************************************
// CheckMode
// ********************************************************************
//
inline
void G4NormalNavigation::CheckMode(G4bool mode)
{
fCheck = mode;
}