diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-23 11:21:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-23 11:40:36 +0200 |
commit | 6c62c42eb57631aa0f4ab7e008621ffb519bd7be (patch) | |
tree | 23d65dd4a50efd669026112ce80ff2095572bfa8 /man/mkinfit.Rd | |
parent | 548b67e5d54e78150cfc6474ad129af9408f4997 (diff) |
Small documenation changes
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index bf47879c..c6b6d601 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -247,7 +247,7 @@ print(system.time(fit <- mkinfit(SFO_SFO, FOCUS_2006_D, coef(fit) endpoints(fit) \dontrun{ -# deSolve is slower when the gcc compiler is not available +# deSolve is slower when no C compiler (gcc) was available during model generation print(system.time(fit.deSolve <- mkinfit(SFO_SFO, FOCUS_2006_D, solution_type = "deSolve"))) coef(fit.deSolve) |