Skip to content

Commit

Permalink
Update src/network_analysis.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
vyudu and isaacsas authored Nov 15, 2024
1 parent 527f340 commit d2223a9
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 @@ -331,7 +331,7 @@ sir = @reaction_network SIR begin
end
speciesreactiongraph(sir)
"""
function speciesreactiongraph(rn::ReactionSystem)
function species_reaction_graph(rn::ReactionSystem)
specs = species(rn)
rxs = reactions(rn)
sm = speciesmap(rn)
Expand Down

0 comments on commit d2223a9

Please sign in to comment.