diff --git a/src/python/ctkinetics_methods.cpp b/src/python/ctkinetics_methods.cpp index 10ccd201c..bd4607563 100644 --- a/src/python/ctkinetics_methods.cpp +++ b/src/python/ctkinetics_methods.cpp @@ -247,6 +247,7 @@ kin_getarray(PyObject* self, PyObject* args) break; case 35: iok = kin_getRevRateConstants(kin, 1, nrxns, xd); + break; case 36: iok = kin_getRevRateConstants(kin, 0, nrxns, xd); break; diff --git a/src/thermo/HMWSoln.cpp b/src/thermo/HMWSoln.cpp index 6664e9125..26330748b 100644 --- a/src/thermo/HMWSoln.cpp +++ b/src/thermo/HMWSoln.cpp @@ -2327,6 +2327,7 @@ void HMWSoln::s_updatePitzer_CoeffWRTemp(int doDerivs) const m_Lambda_nj(i,j) = Lambda_coeff[0] + Lambda_coeff[1]*tlin; m_Lambda_nj_L(i,j) = Lambda_coeff[1]; m_Lambda_nj_LL(i,j) = 0.0; + break; case PITZER_TEMP_COMPLEX1: m_Lambda_nj(i,j) = Lambda_coeff[0] + Lambda_coeff[1]*tlin @@ -2355,6 +2356,7 @@ void HMWSoln::s_updatePitzer_CoeffWRTemp(int doDerivs) const m_Mu_nnn[i] = Mu_coeff[0] + Mu_coeff[1]*tlin; m_Mu_nnn_L[i] = Mu_coeff[1]; m_Mu_nnn_LL[i] = 0.0; + break; case PITZER_TEMP_COMPLEX1: m_Mu_nnn[i] = Mu_coeff[0] + Mu_coeff[1]*tlin @@ -2391,6 +2393,7 @@ void HMWSoln::s_updatePitzer_CoeffWRTemp(int doDerivs) const m_Psi_ijk[n] = Psi_coeff[0] + Psi_coeff[1]*tlin; m_Psi_ijk_L[n] = Psi_coeff[1]; m_Psi_ijk_LL[n] = 0.0; + break; case PITZER_TEMP_COMPLEX1: m_Psi_ijk[n] = Psi_coeff[0] + Psi_coeff[1]*tlin