Skip to content

Commit 0a31c19

Browse files
vyuduisaacsas
andauthored
Update ext/CatalystGraphMakieExtension/rn_graph_plot.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 0d259e1 commit 0a31c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/CatalystGraphMakieExtension/rn_graph_plot.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Wrapper intended to allow plotting of multiple edges. This is needed in the foll
1414
struct MultiGraphWrap{T} <: Graphs.AbstractGraph{T}
1515
g::SimpleDiGraph{T}
1616
multiedges::Vector{Graphs.SimpleEdge{T}}
17-
edgeorder::Vector{Int64} # sets the drawing order of the edges. Needed because multiedges need to be consecutive to be drawn properly.
17+
"""sets the drawing order of the edges. Needed because multiedges need to be consecutive to be drawn properly."""
18+
edgeorder::Vector{Int64}
1819
end
1920

2021
# Create the SimpleDiGraph corresponding to the species and reactions, the species-reaction graph

0 commit comments

Comments
 (0)