diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-06 09:39:26 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-06 09:39:26 +0200 |
commit | 40c0e5d5e67420678b04168e4034779eb685b312 (patch) | |
tree | b69f88b38e151f664b7e8e12047235f12449474b | |
parent | ae4ca17b89047052b35acee8e636ff8f31636c13 (diff) |
Remove redundant comments
-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() # }}} |