Remove deprecation of class Interface
The note accompanying the deprecation references nonexistent classes, so there's not actually a working alternative to this class.
This commit is contained in:
parent
297029ea7a
commit
2723da7410
1 changed files with 0 additions and 8 deletions
|
|
@ -33,14 +33,6 @@ public:
|
|||
* @param otherPhases Neighboring phases that may participate in the
|
||||
* reactions on this interface. Don't include the
|
||||
* surface phase
|
||||
*
|
||||
* @deprecated
|
||||
* While it's convenient to have the surface phase and the interfacial reaction
|
||||
* together, this class doesn't satisfy the primary issue, which is one
|
||||
* of instantiation of all the ThermoPhase classes that accompany a
|
||||
* surface reaction. This is accomplished by the PhaseList class along with
|
||||
* the ReactingSurface class. These classes will be migrated into Cantera
|
||||
* soon.
|
||||
*/
|
||||
Interface(const std::string& infile, std::string id,
|
||||
std::vector<Cantera::ThermoPhase*> otherPhases) :
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue