Skip to content

Commit ac37e20

Browse files
committed
fix p4est
1 parent 53829df commit ac37e20

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
@@ -551,7 +551,7 @@ function init_mortars(mesh::Union{P4estMesh, P4estMeshView, T8codeMesh}, equatio
551551
(2^(NDIMS - 1) + 1, n_mortars))
552552

553553
_node_indices = Vector{NTuple{NDIMS, Symbol}}(undef, 2 * n_mortars)
554-
node_indices = unsafe_wrap(Array, pointer(node_indices), (2, n_mortars))
554+
node_indices = unsafe_wrap(Array, pointer(_node_indices), (2, n_mortars))
555555

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

0 commit comments

Comments
 (0)