Import Geant4 11.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2025-03-24 16:45:22 +01:00
parent 32390e802b
commit df176550b3
388 changed files with 29491 additions and 29435 deletions
+4
View File
@@ -6,6 +6,10 @@ be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-02-13 Gabriele Cosmo (event-V11-02-10)
- Fixed cut&paste error in G4StackManager::TransferStackedTracks(..),
reported by Coverity.
## 2024-10-26 Makoto Asai (event-V11-02-09)
- Fixing event-V11-02-08 for forgotten deletion of trajectories.
+1 -1
View File
@@ -494,7 +494,7 @@ TransferStackedTracks(G4ClassificationOfNewTrack origin,
else
{
G4ExceptionDescription ED;
ED << "Invalid origin stack ID " << origin;
ED << "Invalid destination stack ID " << destination;
G4Exception("G4StackManager::TransferStackedTracks","Stack0911",
FatalException, ED);
}