Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 1f4d833

Browse files
committed
undo Makevars changes
pending decision re #138
1 parent d576f89 commit 1f4d833

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CXX_STD = CXX11
2-
PKG_CPPFLAGS = -fno-fast-math -msse2 -mstackrealign
2+
PKG_CPPFLAGS += -fno-fast-math -msse2 -mfpmath=sse -mstackrealign

src/RcppExports.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55

66
using namespace Rcpp;
77

8-
#ifdef RCPP_USE_GLOBAL_ROSTREAM
9-
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
10-
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
11-
#endif
12-
138
// counts_from_observations
149
NumericMatrix counts_from_observations(NumericMatrix features);
1510
RcppExport SEXP _netdist_counts_from_observations(SEXP featuresSEXP) {

0 commit comments

Comments
 (0)