Skip to content

Commit

Permalink
NPS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Jul 12, 2024
1 parent c207d98 commit 1b3cdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reactionsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Base.@kwdef mutable struct NetworkProperties{I <: Integer, V <: BasicSymbolic{Re
isempty::Bool = true
netstoichmat::Union{Matrix{Int}, SparseMatrixCSC{Int, Int}} = Matrix{Int}(undef, 0, 0)
conservationmat::Matrix{I} = Matrix{I}(undef, 0, 0)
cyclemat::Matrix{I} = Matrix{I}(undef, 0, 0)
col_order::Vector{Int} = Int[]
rank::Int = 0
nullity::Int = 0
Expand Down

0 comments on commit 1b3cdd7

Please sign in to comment.