From e959fde98f95f3595e01490b67892678bbcd1b27 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 7 May 2014 14:47:28 +0200 Subject: Fork the gmkin GUI from mkin. See ChangeLog for details --- R/DFOP.solution.R | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 R/DFOP.solution.R (limited to 'R/DFOP.solution.R') diff --git a/R/DFOP.solution.R b/R/DFOP.solution.R deleted file mode 100644 index 8531cfe..0000000 --- a/R/DFOP.solution.R +++ /dev/null @@ -1,5 +0,0 @@ -DFOP.solution <- function(t, parent.0, k1, k2, g) -{ - parent = g * parent.0 * exp(-k1 * t) + - (1 - g) * parent.0 * exp(-k2 * t) -} -- cgit v1.2.1