File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ TrixiMakieExt = "Makie"
6464TrixiNLsolveExt = " NLsolve"
6565
6666[compat ]
67- Adapt = " 3.7, 4.0 "
67+ Adapt = " 4 "
6868Accessors = " 0.1.36"
6969CodeTracking = " 1.0.5"
7070ConstructionBase = " 1.5"
Original file line number Diff line number Diff line change 222222function 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
You can’t perform that action at this time.
0 commit comments