Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
AEBilgrau committed Mar 20, 2019
1 parent dfd2930 commit f6d6502
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/GMCM.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// We only include RcppArmadillo.h which pulls Rcpp.h in for us
#include <RcppArmadillo.h>

// These are not needed:
//using namespace Rcpp;
//using namespace RcppArmadillo;
//// [[Rcpp::depends(RcppArmadillo)]]


// Auxiliary functions as pow(x, n) is somewhat slow. We make the radical
// assumption that a*b equals b*a, which does not hold in general for
Expand Down

0 comments on commit f6d6502

Please sign in to comment.