From 77ed000090aa0db2f65a2e51b90af8a56884d21b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 13 Jun 2013 22:50:30 +0000 Subject: [PATCH] Deprecate WF93 falloff parameterization --- src/kinetics/FalloffFactory.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/kinetics/FalloffFactory.cpp b/src/kinetics/FalloffFactory.cpp index abd5cff7b..9da6efcda 100644 --- a/src/kinetics/FalloffFactory.cpp +++ b/src/kinetics/FalloffFactory.cpp @@ -6,6 +6,7 @@ #include "cantera/kinetics/FalloffFactory.h" #include "cantera/base/ctexceptions.h" #include "cantera/base/stringUtils.h" +#include "cantera/base/global.h" namespace Cantera { @@ -432,12 +433,15 @@ protected: * Reference: Wang, H., and Frenklach, M., Chem. Phys. Lett. vol. 205, 271 (1993). * * @ingroup falloffGroup + * @deprecated */ class WF93 : public Falloff { public: //! Default constructor - WF93() {} + WF93() { + warn_deprecated("class WF93", "To be removed in Cantera 2.2."); + } //! Initialization routine /*!