Remove unimplemented method PecosTransport::getGasTransportData

This commit is contained in:
Ray Speth 2013-07-06 21:43:50 +00:00
parent eb82cbc998
commit ff1473fab7

View file

@ -183,15 +183,6 @@ public:
friend class TransportFactory;
/**
* Return a structure containing all of the pertinent parameters
* about a species that was used to construct the Transport
* properties in this object.
*
* @param k Species number to obtain the properties from.
*/
struct GasTransportData getGasTransportData(int k);
protected:
PecosTransport();