Skip to content

Commit

Permalink
Reemove deprecated subtyping
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Mar 1, 2024
1 parent 139e3b6 commit 2607573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Distributed/distributed_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function overwrite_connectivity(conn, topo::CartesianTopology{N}) where {N}
end
end

function Grids.StructuredGrid{C}(arch::DistributedArchitecture, axes::Vararg{<:AbstractAxis,N}; kwargs...) where {C,N}
function Grids.StructuredGrid{C}(arch::DistributedArchitecture, axes::Vararg{AbstractAxis,N}; kwargs...) where {C,N}
global_dims = ntuple(Val(N)) do D
Base.@_inline_meta
length(axes[D], Center())
Expand Down

0 comments on commit 2607573

Please sign in to comment.