Skip to content

Commit

Permalink
remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
billbillbilly committed Oct 30, 2023
1 parent 99a81d6 commit 9c508fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/multiLabel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ Rcpp::List multiLabel(Rcpp::NumericMatrix &vpts,
Rcpp::List output(vptnum);
#ifdef _WIN32
#ifdef _OPENMP
int main() {
std::cout << "OpenMP support is available" << std::endl;
return 0;
}
#pragma omp parallel for num_threads(workers)
#else
int main() {
std::cout << "OpenMP support is not available" << std::endl;
return 0;
}
#pragma omp parallel for num_threads(1)
#endif
for (unsigned int i = 0; i < vptnum; i++) {
Expand Down

0 comments on commit 9c508fd

Please sign in to comment.