From 633576afe6deb1891a5b0476cd095a1b16901374 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 5 Jun 2013 17:09:26 +0000 Subject: [PATCH] Deprecate class FtnTransport --- src/transport/FtnTransport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/transport/FtnTransport.h b/src/transport/FtnTransport.h index c43a152b6..6c9b636ab 100644 --- a/src/transport/FtnTransport.h +++ b/src/transport/FtnTransport.h @@ -61,6 +61,7 @@ namespace Cantera /** * A class that calls external Fortran functions to evaluate * transport properties. + * @deprecated Broken and unused */ class FtnTransport : public Transport { @@ -68,6 +69,7 @@ class FtnTransport : public Transport public: FtnTransport(int model, thermo_t* thermo) : Transport(thermo) { + warn_deprecated("FtnTransport", "This class will be removed in Cantera 2.2."); m_model = model; m_x.resize(m_thermo->nSpecies(), 0.0); updateTPX();