From ff1473fab7dbfa29a0a0b1cf46ef6feb271ba131 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 6 Jul 2013 21:43:50 +0000 Subject: [PATCH] Remove unimplemented method PecosTransport::getGasTransportData --- include/cantera/transport/PecosTransport.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/cantera/transport/PecosTransport.h b/include/cantera/transport/PecosTransport.h index d0a04783b..e329b616c 100644 --- a/include/cantera/transport/PecosTransport.h +++ b/include/cantera/transport/PecosTransport.h @@ -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();