Forgot to delete old definition of 'cp' in previous commmit.

This commit is contained in:
Steven DeCaluwe 2014-12-16 13:32:11 +00:00
parent 661758d64d
commit 1f6d0d898a

View file

@ -541,8 +541,6 @@ void MultiTransport::updateThermal_T()
* Chemkin has traditionally subtracted 1.5 here (SAND86-8246).
* The original Dixon-Lewis paper subtracted 1.5 here.
*/
const vector_fp& cp = ((IdealGasPhase*)m_thermo)->cp_R_ref();
vector_fp cp_R_all(m_thermo->nSpecies());
m_thermo->getCp_R_ref(&cp_R_all[0]);
const vector_fp& cp = cp_R_all;