Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
billbillbilly committed Oct 29, 2023
1 parent 72a0815 commit e62e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiLabel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Rcpp::List multiLabel(Rcpp::NumericMatrix &vpts,
#ifdef _WIN32
#pragma omp parallel shared(output, dsm_list, max_dis, vpth, h, vptnum) num_threads(workers)
{
#pragma omp schedule(static) for
#pragma omp for
{
for (int i = 0; i < vptnum; i++) {
const Rcpp::NumericMatrix sub_dsm = dsm_list[i];
Expand Down

0 comments on commit e62e0d4

Please sign in to comment.