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 ee15533 commit 92b3108
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 @@ -143,7 +143,7 @@ function rem_vertices!(
end

function rem_vertices(
pg::AbstractPartitionedGraph, partition_vertices::Vector{AbstractPartitionVertex}
pg::AbstractPartitionedGraph, partition_vertices::Vector{<:AbstractPartitionVertex}
)
pg_new = copy(rem_partition_vertex)
rem_vertices!(pg_new, partition_vertices)
Expand Down

0 comments on commit 92b3108

Please sign in to comment.