Skip to content

Commit

Permalink
removing other deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Nov 7, 2023
1 parent 5855e0e commit 4b63761
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/solvers/dgmulti/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,3 @@ function LinearAlgebra.mul!(b_in, A_kronecker::SimpleKronecker{3}, x_in)
end
end # @muladd

# TODO: deprecations introduced in Trixi.jl v0.6
@deprecate DGMultiMesh(dg::DGMulti{NDIMS}; cells_per_dimension, kwargs...) where {NDIMS} DGMultiMesh(dg,
cells_per_dimension;
kwargs...)

0 comments on commit 4b63761

Please sign in to comment.