Skip to content

Commit de3e232

Browse files
fix old auto-simplify option
1 parent 5db0dea commit de3e232

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/covd.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pd <- function(x, coords, new_index_name, new_index_position, g) {
8282
#' indices (depending on `i`).
8383
#'
8484
#' @examples
85-
#' options(ricci.simplify = TRUE)
85+
#' options(ricci.auto_simplify = TRUE)
8686
#'
8787
#' # gradient of "sin(sqrt(x1^2+x2^2+x3^2))" in 3-dimensional euclidean space
8888
#' covd("sin(x1)", .(k), g = g_eucl_cart(3))

man/covd.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/tensor_fields.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library(ricci)
4141
4242
# enable optional simplfying procedures
4343
# (takes a toll on performance)
44-
options(ricci.simplify = TRUE)
44+
options(ricci.auto_simplify = TRUE)
4545
4646
g_eucl_cart(3)
4747

0 commit comments

Comments
 (0)