Skip to content

Commit 2338944

Browse files
author
Florian Plaza Oñate
committed
Add missing Rcpp::export
1 parent 3337a12 commit 2338944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/unitTests/cpp/Vector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ int noprotect_matrix( Matrix<REALSXP, NoProtectStorage> x){
778778
return x.nrow() ;
779779
}
780780

781+
// [[Rcpp::export]]
781782
int vec_access_with_bounds_checking(const IntegerVector x, int index) {
782783
return x.at(index);
783784
}

0 commit comments

Comments
 (0)