Skip to content

Commit

Permalink
Update MYZmod-RMG.R
Browse files Browse the repository at this point in the history
  • Loading branch information
smitdave committed Dec 19, 2023
1 parent b63356d commit 48fcd32
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 @@ -180,7 +180,7 @@ make_indices_MYZ.RMG <- function(pars) {
pars$ix$MYZ$Z_ix <- seq(from = pars$max_ix+1, length.out = pars$nPatches)
pars$max_ix <- tail(pars$ix$MYZ$Z_ix, 1)

pars$MYZpar$Gz_ix <- seq(from = pars$max_ix+1, length.out = pars$nPatches)
pars$ix$MYZ$Gz_ix <- seq(from = pars$max_ix+1, length.out = pars$nPatches)
pars$max_ix <- tail(pars$ix$MYZ$Gz_ix, 1)

return(pars)
Expand Down

0 comments on commit 48fcd32

Please sign in to comment.