Fixed an error in the assignment operator.
This commit is contained in:
parent
220fc87edb
commit
6216127e05
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ namespace Cantera {
|
|||
m_press = right.m_press;
|
||||
m_tlast = right.m_tlast;
|
||||
m_h0 = right.m_h0;
|
||||
m_s0 = right.m_s0;
|
||||
m_cp0 = right.m_cp0;
|
||||
m_mu0 = right.m_mu0;
|
||||
m_work = right.m_work;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue