Skip to content

Commit 439d5d5

Browse files
committed
up
1 parent 334a160 commit 439d5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/network_analysis/network_properties.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let
7676
(k₁, k₂), E + S1 <--> ES1
7777
(k₃, k₄), E + S2 <--> ES2
7878
(k₅, k₆), S2 + ES1 <--> ES1S2
79-
(k₆, k₇), ES1S2 --> S1 + ES2
79+
(k₆, k₇), ES1S2 <--> S1 + ES2
8080
k₈, ES1S2 --> E+P
8181
(k₉, k₁₀), S1 <--> 0
8282
(k₁₀, k₁₁), 0 <--> S2
@@ -159,7 +159,7 @@ let
159159
k4, D --> E
160160
(k5, k6), E <--> 2F
161161
k7, 2F --> D
162-
(k8, k9), D + E --> G
162+
k8, D + E --> G
163163
end
164164

165165
rcs, D = reactioncomplexes(rn)

0 commit comments

Comments
 (0)