Skip to content

Commit

Permalink
remove final omp pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 25, 2024
1 parent 12c0050 commit 61818e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ nb::tuple PointWeights(
local_pweight[point2] += farea_l;
}

#pragma omp critical
for (size_t i = 0; i < n_points; i++) {
pweight[i] += local_pweight[i];
}
Expand Down

0 comments on commit 61818e9

Please sign in to comment.