From 220fc87edb5903f80c0a80fc24fe5b6ebb21b2ab Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 1 Dec 2008 04:12:02 +0000 Subject: [PATCH] Fixed an error in the assignment function. --- Cantera/src/thermo/SpeciesThermoMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/SpeciesThermoMgr.h b/Cantera/src/thermo/SpeciesThermoMgr.h index 8b4bf1ff0..af982c7c9 100755 --- a/Cantera/src/thermo/SpeciesThermoMgr.h +++ b/Cantera/src/thermo/SpeciesThermoMgr.h @@ -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;