Skip to content

Commit

Permalink
Fixed call to _compute_owner_faces_lids function
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Jan 4, 2025
1 parent 462c3ba commit 0705ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OctreeDistributedDiscreteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ function _compute_owner_edges_pindex_and_lids(
Dc=3
owner_edges_lids =_compute_owner_faces_lids(1,
Dc,
num_cell_vertices,
num_cell_edges,
num_cell_faces,
num_hanging_edges,
hanging_edges_glue,
cell_edges)
Expand Down

0 comments on commit 0705ec0

Please sign in to comment.