Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4NormalNavigation.icc,v 1.4 2006/06/29 18:36:08 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4NormalNavigation.icc,v 1.5 2010/11/04 08:57:56 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//
|
||||
// G4NormalNavigation Inline Implementation
|
||||
@@ -93,18 +93,30 @@ G4NormalNavigation::LevelLocate( G4NavigationHistory& history,
|
||||
return found;
|
||||
}
|
||||
|
||||
// ********************************************************************
|
||||
// GetVerboseLevel
|
||||
// ********************************************************************
|
||||
//
|
||||
inline
|
||||
G4int G4NormalNavigation::GetVerboseLevel()
|
||||
G4int G4NormalNavigation::GetVerboseLevel() const
|
||||
{
|
||||
return fVerbose;
|
||||
return fLogger->GetVerboseLevel();
|
||||
}
|
||||
|
||||
// ********************************************************************
|
||||
// SetVerboseLevel
|
||||
// ********************************************************************
|
||||
//
|
||||
inline
|
||||
void G4NormalNavigation::SetVerboseLevel(G4int level)
|
||||
{
|
||||
fVerbose = level;
|
||||
fLogger->SetVerboseLevel(level);
|
||||
}
|
||||
|
||||
// ********************************************************************
|
||||
// CheckMode
|
||||
// ********************************************************************
|
||||
//
|
||||
inline
|
||||
void G4NormalNavigation::CheckMode(G4bool mode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user