Skip to content
Snippets Groups Projects
Commit e88bc060 authored by John Chapman's avatar John Chapman
Browse files

Fix Coverity Defect Report 115524 in G4DebuggingTools

Coverity doesn't pick up that creating a fatal `G4Exception` instance
causes that exception to be thrown and execution of the current function
to stop. The work-around is to add calls to `abort()` just after the
`G4Exception` is created.


Former-commit-id: d2d10c374c412c0f61ac927f67085b1ae30d794c
parent afb78544
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment