Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Nov 28, 2024
1 parent 793d13b commit 6727244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDG4/plugins/Geant4EventReaderHepEvt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Geant4EventReaderHepEvt::readParticles(int /* event_number */,
// should fix coverity issue: "Using tainted variable NHEP as a loop boundary."

if( NHEP > 5e7 ){
printout(ERROR,"EventReaderHepEvt::readParticles","Cannot read in too many particles, %d requested but an (arbitrary) limit has been set to 50 M", NHEP );
printout(ERROR,"EventReaderHepEvt::readParticles","Cannot read in too many particles, %d requested but an arbitrary limit has been set to 50 M", NHEP );
return EVENT_READER_EOF;
}

Expand Down

0 comments on commit 6727244

Please sign in to comment.