Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -126,8 +126,6 @@ inline const G4ViewParameters& G4VisManager::GetDefaultViewParameters() const {
|
||||
return fDefaultViewParameters;
|
||||
}
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
|
||||
inline G4int G4VisManager::GetMaxEventQueueSize() const {
|
||||
return fMaxEventQueueSize;
|
||||
}
|
||||
@@ -136,8 +134,6 @@ inline G4bool G4VisManager::GetWaitOnEventQueueFull () const {
|
||||
return fWaitOnEventQueueFull;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
inline const G4String& G4VisManager::GetDefaultGraphicsSystemName () {
|
||||
return fDefaultGraphicsSystemName;
|
||||
}
|
||||
@@ -212,8 +208,6 @@ inline void G4VisManager::SetDefaultViewParameters
|
||||
fDefaultViewParameters = vp;
|
||||
}
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
|
||||
inline void G4VisManager::SetMaxEventQueueSize (G4int size) {
|
||||
fMaxEventQueueSize = size;
|
||||
}
|
||||
@@ -222,8 +216,6 @@ inline void G4VisManager::SetWaitOnEventQueueFull (G4bool wait) {
|
||||
fWaitOnEventQueueFull = wait;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
inline void G4VisManager::SetDefaultGraphicsSystemName (const G4String& name) {
|
||||
fDefaultGraphicsSystemName = name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user