Marked a few unused member variables as deprecated

This commit is contained in:
Ray Speth 2012-02-28 19:01:50 +00:00
parent e487d95054
commit ffb7049a74
2 changed files with 2 additions and 1 deletions

View file

@ -116,7 +116,7 @@ public:
protected:
std::vector<R> m_rates;
std::vector<size_t> m_rxn;
vector_fp m_const; // not used
vector_fp m_const; //!< @deprecated not used
};

View file

@ -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;