Skip to content

Commit 71aec3a

Browse files
committed
text improvement
1 parent 850316a commit 71aec3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chemistry_functionality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function make_compound(expr)
6161
isempty(ivs) && (species_expr = insert_independent_variable(species_expr, :(..)))
6262

6363
# Expression which when evaluated gives a vector with all the ivs of the components.
64-
ivs_get_expr = :(unique(reduce(vcat,[arguments(ModelingToolkit.unwrap(iv)) for iv in $components])))
64+
ivs_get_expr = :(unique(reduce(vcat,[arguments(ModelingToolkit.unwrap(comp)) for comp in $components])))
6565

6666
# Creates the found expressions that will create the compound species.
6767
# The `Expr(:escape, :(...))` is required so that the expressions are evaluated in

0 commit comments

Comments
 (0)