Skip to content

Commit 835b4ff

Browse files
committed
rm from NetworkProperties
1 parent 536a50d commit 835b4ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reactionsystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Base.@kwdef mutable struct NetworkProperties{I <: Integer, V <: BasicSymbolic{Re
9292
incidencemat::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
9393
complexstoichmat::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
9494
complexoutgoingmat::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
95-
networklaplacian::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
9695
incidencegraph::Graphs.SimpleDiGraph{Int} = Graphs.DiGraph()
9796
linkageclasses::Vector{Vector{Int}} = Vector{Vector{Int}}(undef, 0)
9897
stronglinkageclasses::Vector{Vector{Int}} = Vector{Vector{Int}}(undef, 0)

0 commit comments

Comments
 (0)