diff --git a/Cantera/src/GasKinetics.cpp b/Cantera/src/GasKinetics.cpp index 22bb6d077..3f2810425 100755 --- a/Cantera/src/GasKinetics.cpp +++ b/Cantera/src/GasKinetics.cpp @@ -499,9 +499,10 @@ namespace Cantera { // install high and low rate coeff calculators - int iloc = m_falloff_high_rates.install( m_nfall, - r.rateCoeffType, r.rateCoeffParameters.size(), - r.rateCoeffParameters.begin() ); + int iloc = m_falloff_high_rates.install(m_nfall, + r.rateCoeffType, + r.rateCoeffParameters.size(), + r.rateCoeffParameters.begin() ); m_falloff_low_rates.install( m_nfall, r.rateCoeffType, r.auxRateCoeffParameters.size(),