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