Skip to content

Commit

Permalink
Minor stylish change in falloff.py/ troe to cantera
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoruiDong committed Apr 14, 2023
1 parent 75547d8 commit 6ae5c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/kinetics/falloff.pyx
Expand Up @@ -416,7 +416,7 @@ cdef class Troe(PDepKineticsModel):
T2 = self.T2.value_si
falloff = [A, T3, T1, T2]

ct_reaction.rate = self.to_cantera_kinetics(low_rate,high_rate,falloff)
ct_reaction.rate = self.to_cantera_kinetics(low_rate, high_rate, falloff)

def to_cantera_kinetics(self, low, high, falloff):
"""
Expand Down

0 comments on commit 6ae5c60

Please sign in to comment.