Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 27, 2024
1 parent 8fae1af commit c00608e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OctreeDistributedDiscreteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ function _process_owned_cells_fine_to_coarse_model_glue(pXest_type,
new_cell = new_cell+1
end
else
@Gridap.Helpers.@unreachable
Gridap.Helpers.@unreachable
# for j = new_cell:new_cell+(cell_fwd-old_cell+1)
# fine_to_coarse_faces_map_ptrs[j+1] = fine_to_coarse_faces_map_ptrs[j]+1
# new_cell = new_cell+1
Expand Down Expand Up @@ -1126,7 +1126,7 @@ function _process_owned_cells_fine_to_coarse_model_glue(pXest_type,
end
new_cell=new_cell+stride
else
@Gridap.Helpers.@unreachable
Gridap.Helpers.@unreachable
# for j = cell:cell_fwd-1
# fine_to_coarse_faces_map_data[fine_to_coarse_faces_map_ptrs[c]]=j
# fcell_to_child_id_data[fine_to_coarse_faces_map_ptrs[c]]=1
Expand Down

0 comments on commit c00608e

Please sign in to comment.