Skip to content

Commit 0150725

Browse files
committed
Fix more tests
1 parent 18e2509 commit 0150725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cell_lists/spatial_hashing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function copy_cell_list(cell_list::SpatialHashingCellList, search_radius,
128128

129129
return SpatialHashingCellList{NDIMS}(list_size = list_size,
130130
backend = typeof(cell_list.cells),
131-
max_points_per_cell = max_inner_length(cell_list.cells.backend,
131+
max_points_per_cell = max_inner_length(cell_list.cells,
132132
100))
133133
end
134134

0 commit comments

Comments
 (0)