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 9d4a992 commit a4b9589
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 @@ -71,7 +71,7 @@ function rem_edge(pg::AbstractPartitionedGraph, partition_edge::AbstractPartitio
end

function rem_partition_edges!(
pg::AbstractPartitionedGraph, partition_edges::Vector{AbstractPartitionEdge}
pg::AbstractPartitionedGraph, partition_edges::Vector{<:AbstractPartitionEdge}
)
for pe in partition_edges
rem_edge!(pg, pe)
Expand Down

0 comments on commit a4b9589

Please sign in to comment.