aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-04-14 19:50:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-04-14 19:50:57 +0200
commitb21c601052f85e392e48d903b8903a1a392fe786 (patch)
tree61f8cb65d362eb1a2fddab0aa4081b9111eac82d /NAMESPACE
parent42739646dc36ff74d43b638fc2c4f5259496e2b9 (diff)
Compile differential equation models with ccSolve package
If the ccSolve package is available, and time is not in the right hand side of the equations (i.e. if only SFO and SFORB models are used), the differential equation model is compiled from auto-generated C code. Currently, one test (FOCUS 2006 D SFO_SFO) fails
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE3
1 files changed, 2 insertions, 1 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 4774475e..92f0f271 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -9,5 +9,6 @@ import(
FME,
deSolve,
minpack.lm,
- rootSolve
+ rootSolve,
+ ccSolve
)

Contact - Imprint