aboutsummaryrefslogtreecommitdiff
path: root/R/IORE.solution.R
diff options
context:
space:
mode:
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