Skip to content

Commit

Permalink
fix missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Mar 15, 2024
1 parent 151d7b8 commit 8a2eb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndexedGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export
IndexedGraph, get_edge,
# directed graphs
AbstractIndexedDiGraph, IndexedDiGraph, IndexedBiDiGraph,
CompleteIndexedBiDiGraph, bidirected_with_mappings,
SymmetricIndexedBiDiGraph, bidirected_with_mappings,
# bipartite graphs
BipartiteIndexedGraph, Left, Right, LeftorRight, BipartiteGraphVertex,
nv_left, nv_right, vertex, linearindex, vertices_left, vertices_right,
Expand Down

0 comments on commit 8a2eb61

Please sign in to comment.