From 8e2e4ae60b55ef680add1a952894da039a0a5d63 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 26 May 2015 16:58:18 -0400 Subject: [PATCH] Deprecate class RxnOrders --- include/cantera/kinetics/InterfaceKinetics.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/cantera/kinetics/InterfaceKinetics.h b/include/cantera/kinetics/InterfaceKinetics.h index e46e5086d..1cd2b89af 100644 --- a/include/cantera/kinetics/InterfaceKinetics.h +++ b/include/cantera/kinetics/InterfaceKinetics.h @@ -24,6 +24,7 @@ class ImplicitSurfChem; class RxnMolChange; //! forward orders +//! @deprecated Incomplete implementation to be removed after Cantera 2.2. class RxnOrders { public: @@ -585,6 +586,7 @@ protected: * Length is equal to the number of reactions with charge transfer coefficients, m_ctrxn[] * * Some reactions have zero in this list, those that don't need special treatment. + * @deprecated To be removed after Cantera 2.2. */ std::vector m_ctrxn_ROPOrdersList_; @@ -593,6 +595,7 @@ protected: * Length is equal to the number of reactions with charge transfer coefficients, m_ctrxn[] * * Some reactions have zero in this list, indicating that the calculation isn't necessary. + * @deprecated To be removed after Cantera 2.2. */ std::vector m_ctrxn_FwdOrdersList_;