Skip to content

Commit

Permalink
fix of bug reported by Yang Shen
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Nov 4, 2024
1 parent 38b61f1 commit 2d93c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DAISIE_ML_IW.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ DAISIE_ML_IW <- function(
)

pars1 <- rep(0, 5)
pars1[idparsopt] <- parsopt
pars1[idparsopt] <- initparsopt
if (length(idparsfix) != 0) {
pars1[idparsfix] <- parsfix
}
Expand Down

0 comments on commit 2d93c4d

Please sign in to comment.