Skip to content

Commit

Permalink
Another bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 6, 2024
1 parent 54c111c commit a5fa023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/UniformlyRefinedForestOfOctreesDiscreteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ function UniformlyRefinedForestOfOctreesDiscreteModel(
num_uniform_refinements::Int) where {Dc,Dp}

comm = parts.comm

pXest_type = _dim_to_pXest_type(Dc)

ptr_pXest_connectivity,
ptr_pXest,
ptr_pXest_ghost,
Expand Down

0 comments on commit a5fa023

Please sign in to comment.