From d153aa8c0a10326b2cb5d89746df2f9c00c14996 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 23 Sep 2011 21:20:09 +0000 Subject: [PATCH] Fixed an error in the specification of a list length. --- Cantera/src/thermo/ThermoFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/ThermoFactory.cpp b/Cantera/src/thermo/ThermoFactory.cpp index 9704cae20..9c3a13f52 100644 --- a/Cantera/src/thermo/ThermoFactory.cpp +++ b/Cantera/src/thermo/ThermoFactory.cpp @@ -97,7 +97,7 @@ namespace Cantera { /*! * @deprecated This entire structure could be replaced with a std::map */ - static int ntypes = 19; + static int ntypes = 20; //! Define the string name of the %ThermoPhase types that are handled by this factory routine static string _types[] = {"IdealGas", "Incompressible",