diff options
Diffstat (limited to 'R/mkinmod.R')
-rw-r--r-- | R/mkinmod.R | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/R/mkinmod.R b/R/mkinmod.R index 4587e210..ca1402fd 100644 --- a/R/mkinmod.R +++ b/R/mkinmod.R @@ -117,13 +117,6 @@ mkinmod <- function(..., use_of_ff = "min", speclist = NULL, quiet = FALSE, verb if (!use_of_ff %in% c("min", "max")) stop("The use of formation fractions 'use_of_ff' can only be 'min' or 'max'") - # The returned model will be a list of character vectors, containing {{{ - # differential equations (if supported), parameter names and a mapping from - # model variables to observed variables. If possible, a matrix representation - # of the differential equations is included - # Compiling the functions from the C code generated below only works if the - # implicit assumption about differential equations specified below - # is satisfied parms <- vector() # }}} |