Skip to content

Commit

Permalink
redistribute() now accepts args and kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Feb 3, 2023
1 parent 980a4a8 commit 5dc945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geometry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ allocate_snd_buffer(t::Type{T},g::RedistributeGlue) where T = allocate_snd_buffe
rebalance the loads between the processors.
Returns the rebalanced model and a RedistributeGlue instance.
"""
function redistribute(::AbstractDistributedDiscreteModel)
function redistribute(::AbstractDistributedDiscreteModel,args...;kwargs...)
@abstractmethod
end

Expand Down

0 comments on commit 5dc945b

Please sign in to comment.