Skip to content

Commit c00608e

Browse files
Typo
1 parent 8fae1af commit c00608e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OctreeDistributedDiscreteModels.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ function _process_owned_cells_fine_to_coarse_model_glue(pXest_type,
10721072
new_cell = new_cell+1
10731073
end
10741074
else
1075-
@Gridap.Helpers.@unreachable
1075+
Gridap.Helpers.@unreachable
10761076
# for j = new_cell:new_cell+(cell_fwd-old_cell+1)
10771077
# fine_to_coarse_faces_map_ptrs[j+1] = fine_to_coarse_faces_map_ptrs[j]+1
10781078
# new_cell = new_cell+1
@@ -1126,7 +1126,7 @@ function _process_owned_cells_fine_to_coarse_model_glue(pXest_type,
11261126
end
11271127
new_cell=new_cell+stride
11281128
else
1129-
@Gridap.Helpers.@unreachable
1129+
Gridap.Helpers.@unreachable
11301130
# for j = cell:cell_fwd-1
11311131
# fine_to_coarse_faces_map_data[fine_to_coarse_faces_map_ptrs[c]]=j
11321132
# fcell_to_child_id_data[fine_to_coarse_faces_map_ptrs[c]]=1

0 commit comments

Comments
 (0)