Forgot to delete old definition of 'cp' in previous commmit.
This commit is contained in:
parent
661758d64d
commit
1f6d0d898a
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue