Deprecate class Elements

This commit is contained in:
Ray Speth 2013-06-06 15:32:56 +00:00
parent a6614b87bb
commit a972a7f558
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -216,6 +216,7 @@ Elements::Elements() :
m_elem_type(0),
numSubscribers(0)
{
warn_deprecated("class Elements");
}
/*