Skip to content

Commit

Permalink
Fix type of negative sign in front of n factor (-0.664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchu10 committed May 4, 2017
1 parent c9634a6 commit ad66ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/kinetics/libraries/FFCM1(-)/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
),
Arrhenius(
A = (5.017e+12, 'cm^3/(mol*s)'),
n = 0.664,
n = -0.664,
Ea = (332, 'cal/mol'),
T0 = (1, 'K'),
),
Expand Down

0 comments on commit ad66ea0

Please sign in to comment.