Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
billbillbilly committed Oct 30, 2023
1 parent b41c26a commit dad885a
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 schedule(static) for
{
for (int i = 0; i < vptnum; i++) {
const Rcpp::NumericMatrix sub_dsm = dsm_list[i];
Expand Down

0 comments on commit dad885a

Please sign in to comment.