aboutsummaryrefslogtreecommitdiff
path: root/R/IORE.solution.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-19 17:46:11 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-19 17:46:11 +0200
commitec574cff822a1238138c0aa69b3d1459bdc3dfa8 (patch)
treeed35e64ca0a2e51b0974e7fa3efd768aa5bc446a /R/IORE.solution.R
parent6281424beafe531c9891670c3227ab12e9a21990 (diff)
Use odeintr instead of ccSolve for compiling modelsodeintr
Diffstat (limited to 'R/IORE.solution.R')
-rw-r--r--R/IORE.solution.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/IORE.solution.R b/R/IORE.solution.R
index 9546ce56..5405be96 100644
--- a/R/IORE.solution.R
+++ b/R/IORE.solution.R
@@ -1,4 +1,4 @@
-IORE.solution <- function(t, parent.0, k.iore, N)
+IORE.solution <- function(t, parent.0, k__iore, N)
{
- parent = (parent.0^(1 - N) - (1 - N) * k.iore * t)^(1/(1 - N))
+ parent = (parent.0^(1 - N) - (1 - N) * k__iore * t)^(1/(1 - N))
}

Contact - Imprint