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 Dec 15, 2023
1 parent 30ed16c commit ee15533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphs/partitionedgraphs/abstractpartitionedgraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function rem_vertex(pg::AbstractPartitionedGraph, partition_vertex::AbstractPart
end

function rem_vertices!(
pg::AbstractPartitionedGraph, partition_vertices::Vector{AbstractPartitionVertex}
pg::AbstractPartitionedGraph, partition_vertices::Vector{<:AbstractPartitionVertex}
)
for pv in partition_vertices
rem_vertex!(pg, pv)
Expand Down

0 comments on commit ee15533

Please sign in to comment.