[Kinetics] Deprecate InterfaceKinetics::checkPartialEquil
This commit is contained in:
parent
a8bf1aa628
commit
f733fac104
2 changed files with 3 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ public:
|
||||||
|
|
||||||
void setIOFlag(int ioFlag);
|
void setIOFlag(int ioFlag);
|
||||||
|
|
||||||
|
//! @deprecated To be removed after Cantera 2.3.
|
||||||
void checkPartialEquil();
|
void checkPartialEquil();
|
||||||
|
|
||||||
//! Update the standard state chemical potentials and species equilibrium
|
//! Update the standard state chemical potentials and species equilibrium
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,8 @@ void InterfaceKinetics::updateMu0()
|
||||||
|
|
||||||
void InterfaceKinetics::checkPartialEquil()
|
void InterfaceKinetics::checkPartialEquil()
|
||||||
{
|
{
|
||||||
|
warn_deprecated("InterfaceKinetics::checkPartialEquil",
|
||||||
|
"To be removed after Cantera 2.3.");
|
||||||
// First task is update the electrical potentials from the Phases
|
// First task is update the electrical potentials from the Phases
|
||||||
_update_rates_phi();
|
_update_rates_phi();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue