Marked a few unused member variables as deprecated
This commit is contained in:
parent
e487d95054
commit
ffb7049a74
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue