aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-09-06 11:47:06 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-09-06 11:47:06 +0200
commita0e8a2d064eb1d40927cee67676e0a888ace8798 (patch)
tree96091d7ee278d8a0ac0a50a9a79a06f28ba728e1
parent2d48bbdf18e5c6a7c45a6d3bbaadc8ff3ead4832 (diff)
Fix comment that was copied without checking
-rw-r--r--R/mkinfit.R2
1 files changed, 1 insertions, 1 deletions
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,

Contact - Imprint