Skip to content

Commit d5abb1a

Browse files
committed
fix p4est
1 parent 66ddd65 commit d5abb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/dgsem_p4est/containers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ function init_mortars(mesh::Union{P4estMesh, T8codeMesh}, equations, basis, elem
547547
(2^(NDIMS - 1) + 1, n_mortars))
548548

549549
_node_indices = Vector{NTuple{NDIMS, Symbol}}(undef, 2 * n_mortars)
550-
node_indices = unsafe_wrap(Array, pointer(node_indices), (2, n_mortars))
550+
node_indices = unsafe_wrap(Array, pointer(_node_indices), (2, n_mortars))
551551

552552
mortars = P4estMortarContainer{NDIMS, uEltype, NDIMS + 1, NDIMS + 3, typeof(u),
553553
typeof(neighbor_ids), typeof(node_indices),

0 commit comments

Comments
 (0)