Fixed an error in the assignment function.

This commit is contained in:
Harry Moffat 2008-12-01 04:12:02 +00:00
parent cca47296cf
commit 220fc87edb

View file

@ -499,7 +499,7 @@ namespace Cantera {
m_thermo1 = right.m_thermo1;
m_thermo2 = right.m_thermo2;
m_p0 = m_p0;
m_p0 = right.m_p0;
speciesToType = right.speciesToType;
return *this;