Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • John Chapman's avatar
    e88bc060
    Fix Coverity Defect Report 115524 in G4DebuggingTools · e88bc060
    John Chapman authored
    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
    e88bc060
    History
    Fix Coverity Defect Report 115524 in G4DebuggingTools
    John Chapman authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.