Cosmetic -> changed args to fall after (

This commit is contained in:
Harry Moffat 2004-04-23 20:37:55 +00:00
parent dc96180230
commit dc506ee70a

View file

@ -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(),