From 692f1249aec75bfa9188f7f8beb89bb6a7e9a779 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 7 Mar 2012 00:51:56 +0000 Subject: [PATCH] Deprecated some unused functions in SpeciesThermoMgr.h --- include/cantera/thermo/SpeciesThermoMgr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/cantera/thermo/SpeciesThermoMgr.h b/include/cantera/thermo/SpeciesThermoMgr.h index a98dd0ab2..19c9f8155 100644 --- a/include/cantera/thermo/SpeciesThermoMgr.h +++ b/include/cantera/thermo/SpeciesThermoMgr.h @@ -38,6 +38,7 @@ namespace Cantera * (length m_kk). * * @ingroup mgrsrefcalc + * @deprecated unused */ template inline void _updateAll(InputIter begin, @@ -63,6 +64,7 @@ inline void _updateAll(InputIter begin, * @param end end iterator * * @ingroup mgrsrefcalc + * @deprecated unused */ template doublereal _minTemp(InputIter begin, InputIter end) @@ -85,6 +87,7 @@ doublereal _minTemp(InputIter begin, InputIter end) * @param end end iterator * * @ingroup mgrsrefcalc + * @deprecated unused */ template doublereal _maxTemp(_InputIter begin, _InputIter end) @@ -101,6 +104,7 @@ doublereal _maxTemp(_InputIter begin, _InputIter end) //! Exception thrown if species reference pressures don't match. /*! * @ingroup mgrsrefcalc + * @deprecated unused */ class RefPressureMismatch : public CanteraError {