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 f96db30 commit fa8efb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/multiLabel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Rcpp::List multiLabel(Rcpp::NumericMatrix &vpts,
#ifdef _WIN32
#ifdef _OPENMP
#pragma omp parallel for num_threads(workers)
#pragma message("OpenMP support is available")
std::cout << "OpenMP support is available" << std::endl;
#else
#pragma omp parallel for num_threads(1)
#pragma message("OpenMP support is not available")
std::cout << "OpenMP support is not available" << std::endl;
#endif
for (unsigned int i = 0; i < vptnum; i++) {
const Rcpp::NumericMatrix sub_dsm = dsm_list[i];
Expand Down
Binary file modified src/viewscape.so
Binary file not shown.

0 comments on commit fa8efb4

Please sign in to comment.