Deprecated unused "getGasTransportData" functions
This commit is contained in:
parent
7cc9a15c33
commit
047f3611e1
2 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue