There was a disagreement between the name of

getElectricConduct between the base and LiquidTransport 
class.  Since the LiquidTransport class uses it, 
the base is now compatible with it.
This commit is contained in:
John Hewson 2011-09-03 01:00:25 +00:00
parent 6fca9189da
commit 8de54e200d

View file

@ -484,9 +484,9 @@ namespace Cantera {
*
* The units are Siemens m-1, where 1 S = 1 A / volt = 1 s^3 A^2 /kg /m^2
*/
virtual doublereal getElectricConductivity()
virtual doublereal getElectricConduct()
{
err("getElectricConductivity"); return 0.0;
err("getElectricConduct"); return 0.0;
}
//! Compute the electric current density in A/m^2