Remove deprecation warning about Sundials < 2.4 from CVodesIntegrator

This commit is contained in:
Ray Speth 2013-12-16 23:21:45 +00:00
parent 54d11a016a
commit 28bbbf514c

View file

@ -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
{