Deprecate class AqueousKinetics
This commit is contained in:
parent
8757836d64
commit
11170a0e32
2 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class ReactionData;
|
|||
* Concentration
|
||||
*
|
||||
* @ingroup kinetics
|
||||
* @deprecated Not actually implemented
|
||||
*/
|
||||
class AqueousKinetics : public Kinetics
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue