Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Jul 11, 2024
1 parent 9b77f7d commit 75f2ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network_analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ function robustspecies(rn::ReactionSystem)
# A species is concnetration robust in a deficiency one network if there are two non-terminal complexes (i.e. complexes
# belonging to a linkage class that is not terminal) that differ only in species s (i.e. their difference is some
# multiple of s. (A + B, A) differ only in B. (A + 2B, B) differ in both A and B, since A + 2B - B = A + B).

if !nps.checkedrobust
tslcs = terminallinkageclasses(rn)
Z = complexstoichmat(rn)
Expand Down

0 comments on commit 75f2ed5

Please sign in to comment.