Skip to content

Commit

Permalink
correction idmi_mcoo -> idmi_mco
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumePressiat committed Jul 25, 2017
1 parent 530839a commit 5c4630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/main_before_utf.R
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ idmi_mco <- function(...){
idmi_mco.pm_param <- function(params, ...){
new_par <- list(...)
param2 <- utils::modifyList(params, new_par)
do.call(idmi_mcoo.default, param2)
do.call(idmi_mco.default, param2)
}


Expand Down

0 comments on commit 5c4630c

Please sign in to comment.