Skip to content

Commit 17d195d

Browse files
committed
up
1 parent 5b747d7 commit 17d195d

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
@@ -435,7 +435,7 @@ function make_reaction(ex::Expr)
435435

436436
# Parses reactions, species, and parameters.
437437
reaction = get_reaction(ex)
438-
species, parameters = extract_species_and_parameters!([reaivs_get_exprction], [])
438+
species, parameters = extract_species_and_parameters!([reaction], [])
439439

440440
# Checks for input errors.
441441
forbidden_symbol_check(union(species, parameters))

0 commit comments

Comments
 (0)