[Kinetics] Deprecate InterfaceKinetics::checkPartialEquil

This commit is contained in:
Ray Speth 2016-07-28 22:37:26 -04:00
parent a8bf1aa628
commit f733fac104
2 changed files with 3 additions and 0 deletions

View file

@ -271,6 +271,7 @@ public:
void setIOFlag(int ioFlag);
//! @deprecated To be removed after Cantera 2.3.
void checkPartialEquil();
//! Update the standard state chemical potentials and species equilibrium

View file

@ -238,6 +238,8 @@ void InterfaceKinetics::updateMu0()
void InterfaceKinetics::checkPartialEquil()
{
warn_deprecated("InterfaceKinetics::checkPartialEquil",
"To be removed after Cantera 2.3.");
// First task is update the electrical potentials from the Phases
_update_rates_phi();