Skip to content

Commit

Permalink
Merge pull request #6 from CFDML/dev
Browse files Browse the repository at this point in the history
Fix undefined error
  • Loading branch information
vavrines authored Jul 2, 2024
2 parents 795afa4 + fb86652 commit fda4c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neighbor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ function update_neighbor!(p4est::Ptr{p4est_t}, DVM_data::DVM_Data)
global_data = DVM_data.global_data
p4est_mesh_destroy(global_data.mesh)
global_data.mesh =
p4est_mesh_new_ext(ps4est, global_data.ghost, 1, 1, P4EST_CONNECT_FACE)
p4est_mesh_new_ext(p4est, global_data.ghost, 1, 1, P4EST_CONNECT_FACE)
update_neighbor_kernel!(p4est, DVM_data)
end

0 comments on commit fda4c26

Please sign in to comment.