diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-09-06 11:47:06 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-09-06 11:47:06 +0200 |
commit | a0e8a2d064eb1d40927cee67676e0a888ace8798 (patch) | |
tree | 96091d7ee278d8a0ac0a50a9a79a06f28ba728e1 /R | |
parent | 2d48bbdf18e5c6a7c45a6d3bbaadc8ff3ead4832 (diff) |
Fix comment that was copied without checking
Diffstat (limited to 'R')
-rw-r--r-- | R/mkinfit.R | 2 |
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,
|