Fixed an error in the specification of a list length.

This commit is contained in:
Harry Moffat 2011-09-23 21:20:09 +00:00
parent d251da7a84
commit d153aa8c0a

View file

@ -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",