Skip to content

Commit 9544511

Browse files
committed
up
1 parent 2728402 commit 9544511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/network_analysis.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ function terminallinkageclasses(rn::ReactionSystem)
392392
end
393393

394394

395-
# Check whether a given linkage class in a reaction network is terminal, i.e. all outgoing reactions from complexes in the linkage class produce a complex also in hte linkage class
395+
# Helper function for terminallinkageclasses. Given a linkage class and a reaction network, say whether the linkage class is terminal,
396+
# i.e. all outgoing reactions from complexes in the linkage class produce a complex also in the linkage class
396397
function isterminal(lc::Vector, rn::ReactionSystem)
397398
imat = incidencemat(rn)
398399

0 commit comments

Comments
 (0)