From 40c0e5d5e67420678b04168e4034779eb685b312 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 May 2020 09:39:26 +0200 Subject: Remove redundant comments --- R/mkinmod.R | 7 ------- 1 file changed, 7 deletions(-) (limited to 'R') 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() # }}} -- cgit v1.2.1