From 28bbbf514cf66643e7ef9962a5de866724a54626 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 16 Dec 2013 23:21:45 +0000 Subject: [PATCH] Remove deprecation warning about Sundials < 2.4 from CVodesIntegrator --- include/cantera/numerics/CVodesIntegrator.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/cantera/numerics/CVodesIntegrator.h b/include/cantera/numerics/CVodesIntegrator.h index 3b70b205b..d0ec09762 100644 --- a/include/cantera/numerics/CVodesIntegrator.h +++ b/include/cantera/numerics/CVodesIntegrator.h @@ -34,10 +34,6 @@ public: * * @see FuncEval.h. Classes that use CVodeInt: * ImplicitChem, ImplicitSurfChem, Reactor - * - * @deprecated Support for Sundials 2.2 and 2.3 is deprecated. Starting with - * %Cantera 2.2, only Sundials versions 2.4 and newer will be supported. - * (The CVodesIntegrator class itself is not deprecated). */ class CVodesIntegrator : public Integrator {