Skip to content

Commit

Permalink
Add :⇌, :⇋ to double_arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Aug 3, 2020
1 parent ac019b1 commit 53e34c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reaction_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Example systems:
empty_set = Set{Symbol}([:∅])
fwd_arrows = Set{Symbol}([:>, :, :, :, :, :, :, :, :, :, :, :, :])
bwd_arrows = Set{Symbol}([:<, :, :, :, :, :, :, :, :, :, :, :, :])
double_arrows = Set{Symbol}([:, :, :, :, :, :])
double_arrows = Set{Symbol}([:, :, :, :, :, :, :, :])
pure_rate_arrows = Set{Symbol}([:, :, :, :, :, :])

# Declares symbols which may neither be used as paraemters not varriables.
Expand Down

0 comments on commit 53e34c4

Please sign in to comment.