Skip to content

Commit

Permalink
address code format
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Oct 7, 2021
1 parent a361418 commit 53267c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4Core/Application/src/ExceptionHandler.cc
Expand Up @@ -25,8 +25,8 @@ bool ExceptionHandler::Notify(const char* exceptionOrigin,
<< description;

G4ExceptionSeverity localSeverity = severity;
G4String code = G4String(*exceptionCode);
if(code == "GeomNav0003") {
G4String code = G4String(*exceptionCode);
if (code == "GeomNav0003") {
localSeverity = JustWarning;
}

Expand Down

0 comments on commit 53267c3

Please sign in to comment.