From b21c601052f85e392e48d903b8903a1a392fe786 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 14 Apr 2015 19:50:57 +0200 Subject: 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 --- NAMESPACE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NAMESPACE') 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 ) -- cgit v1.2.1