Skip to content

Commit

Permalink
Update src/Graphs/partitionedgraphs/partitionedgraph.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 92b3108 commit a782cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphs/partitionedgraphs/partitionedgraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function PartitionedGraph(vertices::Vector{V}) where {V}
end

function PartitionedGraph(
g::AbstractNamedGraph{V};
g::AbstractNamedGraph;
npartitions=nothing,
nvertices_per_partition=nothing,
backend=current_partitioning_backend(),
Expand Down

0 comments on commit a782cc3

Please sign in to comment.