Skip to content

Commit

Permalink
Update src/Graphs/partitionedgraphs/abstractpartitionedgraph.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
JoeyT1994 and mtfishman authored Jan 9, 2024
1 parent 7f32e17 commit c0d2208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Graphs/partitionedgraphs/abstractpartitionedgraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ function add_vertex!(
add_vertex!(unpartitioned_graph(pg), vertex)
add_vertex!(partitioned_graph(pg), parent(partition_vertex))

return insert_to_vertex_map!(pg, vertex, partition_vertex)
insert_to_vertex_map!(pg, vertex, partition_vertex)
return pg
end

function add_vertices!(
Expand Down

0 comments on commit c0d2208

Please sign in to comment.