From ffb7049a74ff74c8d8581c56fc94e619029fbb00 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 28 Feb 2012 19:01:50 +0000 Subject: [PATCH] Marked a few unused member variables as deprecated --- include/cantera/kinetics/RateCoeffMgr.h | 2 +- src/equil/vcs_VolPhase.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cantera/kinetics/RateCoeffMgr.h b/include/cantera/kinetics/RateCoeffMgr.h index 8368ccec4..ca5fad8df 100644 --- a/include/cantera/kinetics/RateCoeffMgr.h +++ b/include/cantera/kinetics/RateCoeffMgr.h @@ -116,7 +116,7 @@ public: protected: std::vector m_rates; std::vector m_rxn; - vector_fp m_const; // not used + vector_fp m_const; //!< @deprecated not used }; diff --git a/src/equil/vcs_VolPhase.h b/src/equil/vcs_VolPhase.h index f52ca3d4a..01199e7f5 100644 --- a/src/equil/vcs_VolPhase.h +++ b/src/equil/vcs_VolPhase.h @@ -685,6 +685,7 @@ public: * This ventures into the idea of installing a physical location * into a thermodynamics program. This unknown is currently not * being used. + * @deprecated */ int Domain_ID;