Skip to content

Commit de8e941

Browse files
committed
init
1 parent c71342d commit de8e941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem_conversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function assemble_diffusion(rs, sts, ispcs; combinatoric_ratelaws = true,
109109
num_bcsts = count(isbc, get_unknowns(rs))
110110

111111
# we make a matrix sized by the number of reactions
112-
eqs = Matrix{Any}(undef, length(sts) + num_bcsts, length(get_rxs(rs)))
112+
eqs = Matrix{Num}(undef, length(sts) + num_bcsts, length(get_rxs(rs)))
113113
eqs .= 0
114114
species_to_idx = Dict((x => i for (i, x) in enumerate(ispcs)))
115115
nps = get_networkproperties(rs)

0 commit comments

Comments
 (0)