From b203b88085cc57684ca3c666a56980b82d8af779 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 23 Feb 2012 21:24:42 +0000 Subject: [PATCH] IDA_Solver requires Sundials 2.4 --- src/numerics/IDA_Solver.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/numerics/IDA_Solver.cpp b/src/numerics/IDA_Solver.cpp index db58c0b09..12c7a162d 100644 --- a/src/numerics/IDA_Solver.cpp +++ b/src/numerics/IDA_Solver.cpp @@ -10,17 +10,7 @@ #include -#ifdef HAS_SUNDIALS - -#ifdef SUNDIALS_VERSION_22 -#include -#include -#include -#include -#include -#include -#include -#else +#ifdef SUNDIALS_VERSION_24 #include #include #include @@ -28,7 +18,6 @@ #include #include #include -#endif using namespace std;