Skip to content

Commit

Permalink
Add one more #nocov
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 9, 2023
1 parent 471542b commit 2277661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.pkgenv <- new.env(parent=emptyenv())

.onLoad <- function(libname, pkgname) {
.pkgenv[["omp_threads"]] <- armadillo_get_number_of_omp_threads()
.pkgenv[["omp_threads"]] <- armadillo_get_number_of_omp_threads() # #nocov
}

##' Throttle (or Reset) (Rcpp)Armadillo to Two Cores
Expand Down

0 comments on commit 2277661

Please sign in to comment.