Skip to content

Commit ec3688a

Browse files
committed
export surd utility
1 parent d0a99c0 commit ec3688a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/InfotheoExps.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ Rcpp::List RcppDiscSURD(SEXP mat,
592592
// [[Rcpp::export(rng = false)]]
593593
Rcpp::List RcppContSURD(SEXP mat,
594594
int max_order = 3,
595-
int k,
596-
int alg,
595+
int k = 3,
596+
int alg = 0,
597597
int threads = 1,
598598
double base = 2.0,
599599
bool normalize = true)

0 commit comments

Comments
 (0)