Skip to content

Commit 28be9eb

Browse files
committed
NPS fix
1 parent 1b3cdd7 commit 28be9eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reactionsystem.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Base.@kwdef mutable struct NetworkProperties{I <: Integer, V <: BasicSymbolic{Re
9494
complexoutgoingmat::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
9595
incidencegraph::Graphs.SimpleDiGraph{Int} = Graphs.DiGraph()
9696
linkageclasses::Vector{Vector{Int}} = Vector{Vector{Int}}(undef, 0)
97+
stronglinkageclasses::Vector{Vector{Int}} = Vector{Vector{Int}}(undef, 0)
98+
terminallinkageclasses::Vector{Vector{Int}} = Vector{Vector{Int}}(undef, 0)
9799
deficiency::Int = 0
98100
end
99101
#! format: on

0 commit comments

Comments
 (0)