Skip to content

Commit 49a56fa

Browse files
authored
Update network_analysis.jl
1 parent 12e7b2b commit 49a56fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_analysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function fluxmat(rn::ReactionSystem, pmap::Dict = Dict(); sparse=false)
219219
for (i, rx) in enumerate(reactions(rn))
220220
empty!(deps)
221221
get_variables!(deps, rx.rate, species(rn))
222-
(!isempty(deps)) && (error("Reaction $rx's rate constant depends on species $(join(deps, ", ")). `adjacencymat` cannot support rate constants of this form."))
222+
(!isempty(deps)) && (error("Reaction $rx's rate constant depends on species $(join(deps, ", ")). `fluxmat` cannot support rate constants of this form."))
223223
end
224224

225225
rates = if isempty(pmap)

0 commit comments

Comments
 (0)