diff --git a/include/cantera/transport/AqueousTransport.h b/include/cantera/transport/AqueousTransport.h index feb6d2ad0..e8654e437 100644 --- a/include/cantera/transport/AqueousTransport.h +++ b/include/cantera/transport/AqueousTransport.h @@ -97,6 +97,7 @@ namespace Cantera * In the second part, a mixing rule is applied, based on the * Wilkes correlation, to yield the mixture viscosity. * @ingroup tranprops + * @deprecated Non-functional. To be removed after Cantera 2.2. */ class AqueousTransport : public Transport { diff --git a/src/transport/AqueousTransport.cpp b/src/transport/AqueousTransport.cpp index 753a817c1..7ff2b2d59 100644 --- a/src/transport/AqueousTransport.cpp +++ b/src/transport/AqueousTransport.cpp @@ -36,6 +36,8 @@ AqueousTransport::AqueousTransport() : m_debug(false), m_nDim(1) { + warn_deprecated("class AqueousTransport", + "Non-functional. To be removed after Cantera 2.2."); } bool AqueousTransport::initLiquid(LiquidTransportParams& tr)