Skip to content

Commit 1dc7c9e

Browse files
committed
fix downgrade and typos
1 parent d5abb1a commit 1dc7c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ TrixiMakieExt = "Makie"
6464
TrixiNLsolveExt = "NLsolve"
6565

6666
[compat]
67-
Adapt = "3.7, 4.0"
67+
Adapt = "4"
6868
Accessors = "0.1.36"
6969
CodeTracking = "1.0.5"
7070
ConstructionBase = "1.5"

src/solvers/dgsem_p4est/containers_parallel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ end
222222
function Adapt.adapt_structure(to, mpi_mortars::P4estMPIMortarContainer)
223223
# TODO: Vector of Vector type data structure does not work on GPUs,
224224
# must be redesigned. This skeleton implementation here just exists just
225-
# for compatability with the rest of the KA.jl solver code
225+
# for compatibility with the rest of the KA.jl solver code
226226

227227
_u = Adapt.adapt_structure(to, mpi_mortars._u)
228228
_node_indices = mpi_mortars._node_indices

0 commit comments

Comments
 (0)