From a0e8a2d064eb1d40927cee67676e0a888ace8798 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Sep 2017 11:47:06 +0200 Subject: Fix comment that was copied without checking --- R/mkinfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mkinfit.R b/R/mkinfit.R index 42b304a6..55734bac 100644 --- a/R/mkinfit.R +++ b/R/mkinfit.R @@ -342,7 +342,7 @@ mkinfit <- function(mkinmod, observed, odeparms <- c(P[(length(state.ini.optim) + 1):length(P)], parms.fixed) - # Solve the system with current transformed parameter values + # Solve the system with current parameter values out <- mkinpredict(mkinmod, odeparms, odeini, outtimes, solution_type = solution_type, -- cgit v1.2.1