Skip to content

Commit ebb21e4

Browse files
committed
up
1 parent 61a84b7 commit ebb21e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reaction_network.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ end
594594

595595
# Generates a vector containing a number of reaction structures, each containing the information about one reaction.
596596
function get_reactions(exprs::Vector{Expr}, reactions = Vector{ReactionStruct}(undef, 0);
597-
default_reaction_metadata = [])
597+
default_reaction_metadata = :([]))
598598
for line in exprs
599599
# Reads core reaction information.
600600
arrow, rate, reaction, metadata = read_reaction_line(line)

0 commit comments

Comments
 (0)