Cosmetic -> changed args to fall after (
This commit is contained in:
parent
dc96180230
commit
dc506ee70a
1 changed files with 4 additions and 3 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue