Skip to content

Commit

Permalink
undo Makevars changes
Browse files Browse the repository at this point in the history
pending decision re #138
  • Loading branch information
jack89roberts committed Jun 6, 2022
1 parent d576f89 commit 1f4d833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -fno-fast-math -msse2 -mstackrealign
PKG_CPPFLAGS += -fno-fast-math -msse2 -mfpmath=sse -mstackrealign
5 changes: 0 additions & 5 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

using namespace Rcpp;

#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
#endif

// counts_from_observations
NumericMatrix counts_from_observations(NumericMatrix features);
RcppExport SEXP _netdist_counts_from_observations(SEXP featuresSEXP) {
Expand Down

0 comments on commit 1f4d833

Please sign in to comment.