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 18, 2023
1 parent fd2fde2 commit 2c7d174
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 @@ -82,7 +82,7 @@ function rem_edges!(
end

function rem_edges(
pg::AbstractPartitionedGraph, partition_edges::Vector{AbstractPartitionEdge}
pg::AbstractPartitionedGraph, partition_edges::Vector{<:AbstractPartitionEdge}
)
pg_new = copy(pg)
rem_edges!(pg_new, partition_edges)
Expand Down

0 comments on commit 2c7d174

Please sign in to comment.