Deprecate class AqueousKinetics

This commit is contained in:
Ray Speth 2013-06-05 17:09:59 +00:00
parent 8757836d64
commit 11170a0e32
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ class ReactionData;
* Concentration
*
* @ingroup kinetics
* @deprecated Not actually implemented
*/
class AqueousKinetics : public Kinetics
{

View file

@ -30,6 +30,8 @@ AqueousKinetics::AqueousKinetics(thermo_t* thermo) :
m_temp(0.0),
m_finalized(false)
{
warn_deprecated("AqueousKinetics",
"Unfinished implementation of this class will be removed.");
if (thermo != 0) {
addPhase(*thermo);
}