Deprecate class Elements
This commit is contained in:
parent
a6614b87bb
commit
a972a7f558
2 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,8 @@ class XML_Node;
|
|||
* in a particular instantiation of the class.
|
||||
*
|
||||
* @ingroup phases
|
||||
* @deprecated The functionality of this class was merged into class Phase in
|
||||
* Cantera 2.0. This class will be removed in Cantera 2.2.
|
||||
*/
|
||||
class Elements
|
||||
{
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ Elements::Elements() :
|
|||
m_elem_type(0),
|
||||
numSubscribers(0)
|
||||
{
|
||||
warn_deprecated("class Elements");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue