Skip to content

Commit ad66ea0

Browse files
committed
Fix type of negative sign in front of n factor (-0.664)
1 parent c9634a6 commit ad66ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

input/kinetics/libraries/FFCM1(-)/reactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
),
452452
Arrhenius(
453453
A = (5.017e+12, 'cm^3/(mol*s)'),
454-
n = 0.664,
454+
n = -0.664,
455455
Ea = (332, 'cal/mol'),
456456
T0 = (1, 'K'),
457457
),

0 commit comments

Comments
 (0)