Skip to content

Commit 1b3cdd7

Browse files
committed
NPS fix
1 parent c207d98 commit 1b3cdd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reactionsystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Base.@kwdef mutable struct NetworkProperties{I <: Integer, V <: BasicSymbolic{Re
7878
isempty::Bool = true
7979
netstoichmat::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
8080
conservationmat::Matrix{I} = Matrix{I}(undef, 0, 0)
81+
cyclemat::Matrix{I} = Matrix{I}(undef, 0, 0)
8182
col_order::Vector{Int} = Int[]
8283
rank::Int = 0
8384
nullity::Int = 0

0 commit comments

Comments
 (0)