We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7f5d1 commit 5ffb715Copy full SHA for 5ffb715
benchmarks/run_benchmarks.jl
@@ -91,7 +91,7 @@ function run_benchmark_default(benchmark, n_points_per_dimension, iterations; kw
91
GridNeighborhoodSearch{NDIMS}(search_radius = 0.0f0,
92
cell_list = FullGridCellList(; search_radius = 0.0f0,
93
min_corner, max_corner)),
94
- PrecomputedNeighborhoodSearch{NDIMS}(),
+ PrecomputedNeighborhoodSearch{NDIMS}()
95
]
96
97
names = ["GridNeighborhoodSearch";;
0 commit comments