Skip to content

Commit

Permalink
fixed _dde
Browse files Browse the repository at this point in the history
  • Loading branch information
smitdave committed Jan 17, 2024
1 parent 1fecbb8 commit 06fada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MYZmod-RMG.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ make_MYZpar_RMG = function(nPatches, MYZopts=list(), EIPmod, calK,
#' @return a [list]
#' @export
setup_MYZinits.RMG = function(pars, s, MYZopts=list()){
pars$MYZinits[[s]] = with(pars$MYZpar[[s]], make_MYZinits_RMG_dde(nPatches, Upsilon, MYZopts))
pars$MYZinits[[s]] = with(pars$MYZpar[[s]], make_MYZinits_RMG(nPatches, Upsilon, MYZopts))
return(pars)
}

Expand Down

0 comments on commit 06fada3

Please sign in to comment.