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 32194a3 commit c0763b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/multiLabel.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#include <Rcpp.h>
#include <iostream>
#include <fstream>
using namespace Rcpp;
#ifdef _WIN32
#include <omp.h> // Include OpenMP for Windows
// [[Rcpp::plugins(openmp)]]
#endif
using namespace Rcpp;


// [[Rcpp::export]]
Rcpp::List multiLabel(Rcpp::NumericMatrix &vpts,
Expand Down
Binary file modified src/viewscape.so
Binary file not shown.

0 comments on commit c0763b4

Please sign in to comment.