From 2723da74101f4fd3936c785c6491195ac386dd97 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 23 Jul 2013 15:31:05 +0000 Subject: [PATCH] Remove deprecation of class Interface The note accompanying the deprecation references nonexistent classes, so there's not actually a working alternative to this class. --- include/cantera/Interface.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/cantera/Interface.h b/include/cantera/Interface.h index 64c419a6d..60476a22a 100644 --- a/include/cantera/Interface.h +++ b/include/cantera/Interface.h @@ -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 otherPhases) :