We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb60ed commit e45221aCopy full SHA for e45221a
2 files changed
Project.toml
@@ -14,4 +14,4 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
14
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
15
16
[compat]
17
-Catalyst = "6.11, 7, 8"
+Catalyst = "6.12, 7, 8"
src/fspsystem.jl
@@ -1,7 +1,5 @@
1
import AbstractAlgebra
2
3
-netstoichmat(rs::ReactionSystem) = prodstoichmat(rs) - substoichmat(rs)
4
-
5
"""
6
struct FSPSystem{IHT <: AbstractIndexHandler}
7
rs::ReactionSystem
0 commit comments