Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 19, 2023
1 parent 916b1cb commit 6f2a180
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 @@ -677,7 +677,7 @@ end

# macro, similar to @parameters, but all paraemters become noise scaling parameters.
macro noise_scaling_parameters(ex...)
vars = Symbolics._parse_parameters(:parameters, Real, ex)
vars = Symbolics._parse_vars(:parameters, Real, ex)

# vector of symbols that get defined
lastarg = vars.args[end]
Expand Down

0 comments on commit 6f2a180

Please sign in to comment.