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 6df0af3 commit 72a0815
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 @@ -19,7 +19,7 @@ Rcpp::List multiLabel(Rcpp::NumericMatrix &vpts,
const int vptnum = vpts.rows();
Rcpp::List output(vptnum);
#ifdef _WIN32
#pragma omp parallel shared(dsm_list, max_dis, vpth, h, vptnum) num_threads(workers)
#pragma omp parallel shared(output, dsm_list, max_dis, vpth, h, vptnum) num_threads(workers)
{
#pragma omp schedule(static) for
{
Expand Down

0 comments on commit 72a0815

Please sign in to comment.