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 c0d2208 commit 134d39c
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 @@ -121,7 +121,8 @@ end
function add_vertices!(
pg::AbstractPartitionedGraph, vertices::Vector, partition_vertex::AbstractPartitionVertex
)
return add_vertices!(pg, vertices, fill(partition_vertex, length(vertices)))
add_vertices!(pg, vertices, fill(partition_vertex, length(vertices)))
return pg
end

function rem_vertex!(pg::AbstractPartitionedGraph, vertex)
Expand Down

0 comments on commit 134d39c

Please sign in to comment.