Skip to content

Commit 3a218d9

Browse files
committed
clang2
1 parent 771d68a commit 3a218d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ITS/src/ITSFhrTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ void ITSFhrTask::monitorData(o2::framework::ProcessingContext& ctx)
542542
#ifdef WITH_OPENMP
543543
omp_set_num_threads(mNThreads);
544544
#pragma omp parallel for schedule(dynamic) reduction(+ \
545-
: totalhit)
545+
: totalhit)
546546
#endif
547547
// fill Monitor Objects use openMP multiple threads, and calculate the occupancy
548548
for (int i = 0; i < (int)activeStaves.size(); i++) {

0 commit comments

Comments
 (0)