Skip to content

Commit 2277661

Browse files
committed
Add one more #nocov
1 parent 471542b commit 2277661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/init.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.pkgenv <- new.env(parent=emptyenv())
2121

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

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

0 commit comments

Comments
 (0)