Skip to content

Commit

Permalink
typo npca
Browse files Browse the repository at this point in the history
  • Loading branch information
a91quaini committed Jul 26, 2024
1 parent 5a45fd1 commit 0d3810f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/n_pca.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Author: Alberto Quaini

#include "n_pca.h"
#include "utils.h"

////////////////////////////////////////////
Expand Down Expand Up @@ -41,7 +42,7 @@ unsigned int NPCA_GiglioXiu2021Cpp(

Rcpp::List NPCA_AhnHorenstein2013Cpp(
const arma::vec& evals,
unsigned int n_max = 0
unsigned int n_max
) {

// set the number of eigenvalues
Expand Down

0 comments on commit 0d3810f

Please sign in to comment.