Fixed an error in the assignment function.
This commit is contained in:
parent
cca47296cf
commit
220fc87edb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue