Skip to content

Commit 04dec5e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 63fb132 commit 04dec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TRestDetectorHitsReadoutAnalysisProcess.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TRestEvent* TRestDetectorHitsReadoutAnalysisProcess::ProcessEvent(TRestEvent* in
2828
cerr << "TRestDetectorHitsReadoutAnalysisProcess::ProcessEvent() : "
2929
<< "Negative energy found in hit " << hitIndex << ". Energy (keV): " << energy << endl;
3030
// exit(1);
31-
continue; // We should error, but for now we just skip the hit
31+
continue; // We should error, but for now we just skip the hit
3232
}
3333
// when working with hits derived from experimental data, only relative z is available, so it cannot
3434
// be used to check if a position is inside the readout. We use z=0 in this case which in most cases

0 commit comments

Comments
 (0)