Skip to content

Commit

Permalink
Num => Any
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jul 11, 2024
1 parent 2c3d3b8 commit b93b244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactionsystem_conversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function assemble_diffusion(rs, sts, ispcs; combinatoric_ratelaws = true,
num_bcsts = count(isbc, get_unknowns(rs))

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

0 comments on commit b93b244

Please sign in to comment.