Skip to content

Commit 3f0396f

Browse files
committed
Fixed array input format in ORR.rms
1 parent c22423a commit 3f0396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/ORR.rms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Reactions:
218218
radicalchange: 0
219219
reactants: [H2O2A]
220220
type: ElementaryReaction
221-
- kinetics: {A: 6.0e12, lmbd_o: 100000.0, lmbd_i_coefs: [ 2.63844404e+03 9.64948798e+00 7.41268237e-03 -6.10277107e-06], beta: 1.2e10 ,n: 1.0, type: Marcus}
221+
- kinetics: {A: 6.0e12, lmbd_o: 100000.0, lmbd_i_coefs: [2.63844404e+03, 9.64948798e+00, 7.41268237e-03, -6.10277107e-06], beta: 1.2e10 ,n: 1.0, type: Marcus}
222222
products: [HOOA]
223223
radicalchange: 0
224224
electronchange: -1

0 commit comments

Comments
 (0)