Fixed an error in the specification of a list length.
This commit is contained in:
parent
d251da7a84
commit
d153aa8c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue