Skip to content

Commit 34fc2c0

Browse files
committed
spatial transport reaction dsl fix
1 parent 9c265ee commit 34fc2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatial_reaction_systems/spatial_reactions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function make_transport_reaction(rateex, species)
5757
forbidden_symbol_check(union([species], parameters))
5858

5959
# Creates expressions corresponding to actual code from the internal DSL representation.
60-
sexprs = get_sexpr([species], Dict{Symbol, Expr}())
60+
sexprs = get_usexpr([species], Dict{Symbol, Expr}())
6161
pexprs = get_pexpr(parameters, Dict{Symbol, Expr}())
6262
iv = :(@variables $(DEFAULT_IV_SYM))
6363
trxexpr = :(TransportReaction($rateex, $species))

0 commit comments

Comments
 (0)