Skip to content

Commit 1970692

Browse files
TorkelEisaacsas
andauthored
Update src/network_analysis.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent b7b6e8b commit 1970692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_analysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ end
398398
# Used in the subsequent function.
399399
function subnetworkmapping(linkageclass, allrxs, complextorxsmap, p)
400400
rxinds = sort!(collect(Set(rxidx for rcidx in linkageclass
401-
for rxidx in complextorxsmap[rcidx])))
401+
for rxidx in complextorxsmap[rcidx])))
402402
rxs = allrxs[rxinds]
403403
specset = Set(s for rx in rxs for s in rx.substrates if !isconstant(s))
404404
for rx in rxs

0 commit comments

Comments
 (0)