Skip to content

Commit

Permalink
One-line change to resolve issue #16 ??
Browse files Browse the repository at this point in the history
  • Loading branch information
RMKirkpatrick committed Apr 9, 2019
1 parent bf3f57c commit ba80a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/MxModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ typeArgument <- function(model, type) {
omxQuotes(names(imxModelTypes))), call. = FALSE)
}
typename <- imxModelTypes[[type]]
attr(typename,"package") <- "OpenMx"
class(model) <- typename
model <- imxInitModel(model)
}
Expand Down

0 comments on commit ba80a3f

Please sign in to comment.