Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2025-09-03 John Allison (visVtk-V11-03-00)
|
||||
- G4VtkSceneHandler::ClearStore:
|
||||
- Clear both stores.
|
||||
|
||||
## 2024-10-17 John Allison (visVtk-V11-02-07)
|
||||
- G4VtkMessenger.cc:
|
||||
- Added x3d to /vis/vtk/export format parameter guidance.
|
||||
|
||||
@@ -184,6 +184,7 @@ void G4VtkSceneHandler::ClearStore()
|
||||
G4cout << "G4VtkSceneHandler::ClearStore()" << G4endl;
|
||||
#endif
|
||||
store.Clear();
|
||||
transientStore.Clear();
|
||||
}
|
||||
|
||||
void G4VtkSceneHandler::ClearTransientStore()
|
||||
|
||||
Reference in New Issue
Block a user