Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Aug 23, 2024
1 parent b0088b5 commit 09351a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/geometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ findkarcherinv <- function(warps, times, round = F){
#'
#' @keywords srvf alignment
#' @export
gam_to_v<-function(gam, smooth=TRUE){
gam_to_v<-function(gam, smooth=FALSE){
if (ndims(gam) == 0){
TT = length(gam)
eps = .Machine$double.eps
Expand Down Expand Up @@ -288,7 +288,7 @@ v_to_gam<-function(v){
#'
#' @keywords srvf alignment
#' @export
gam_to_h<-function(gam, smooth=TRUE){
gam_to_h<-function(gam, smooth=FALSE){
if (ndims(gam) == 0){
TT = length(gam)
time <- seq(0,1,length.out=TT)
Expand Down

0 comments on commit 09351a0

Please sign in to comment.