Skip to content

Commit

Permalink
Update src/dsl.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
vyudu and isaacsas authored Nov 16, 2024
1 parent e2b423e commit 71fd89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function make_reaction_system(ex::Expr; name = :(gensym(:ReactionSystem)))

# Reads equations.
vars_extracted, add_default_diff, equations = read_equations_options(
options, variables_declared; noinfer = noinfer)
options, variables_declared; noinfer)
variables = vcat(variables_declared, vars_extracted)

# Handle independent variables
Expand Down

0 comments on commit 71fd89f

Please sign in to comment.