Deprecated unused "getGasTransportData" functions

This commit is contained in:
Ray Speth 2012-05-24 16:29:49 +00:00
parent 7cc9a15c33
commit 047f3611e1
2 changed files with 4 additions and 2 deletions

View file

@ -222,8 +222,9 @@ public:
* @param kspec Species number to obtain the properties from.
*
* @return GasTransportData returned structure.
* @deprecated
*/
struct GasTransportData getGasTransportData(int kspec) const;
DEPRECATED(struct GasTransportData getGasTransportData(int kspec) const);
private:

View file

@ -205,8 +205,9 @@ public:
//! about a species that was used to construct the Transport properties in this object
/*!
* @param k Species index
* @deprecated
*/
struct GasTransportData getGasTransportData(int k);
DEPRECATED(struct GasTransportData getGasTransportData(int k));
protected: