From ec574cff822a1238138c0aa69b3d1459bdc3dfa8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 19 Jun 2015 17:46:11 +0200 Subject: Use odeintr instead of ccSolve for compiling models --- R/IORE.solution.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R/IORE.solution.R') 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)) } -- cgit v1.2.1