We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d5bdc commit 39319caCopy full SHA for 39319ca
src/Simulation.jl
@@ -258,6 +258,7 @@ function rops(ssys::SystemSimulation, t)
258
Nrxns_interface = [length(inter.reactions) for inter in ssys.interfaces if hasproperty(inter, :reactions)]
259
if Nrxns_interface != Union{}[]
260
Nxrns += sum(Nrxns_interface)
261
+ end
262
Nspcs = sum([length(getphasespecies(sim.domain.phase)) for sim in ssys.sims])
263
cstot = zeros(Nspcs)
264
vns = Array{Any,1}(undef, length(domains))
0 commit comments