From f7f48e8c8e6175c7e221d550da375f2d95e1659f Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Fri, 10 May 2024 09:05:12 +0200 Subject: [PATCH] using CellListMap --- src/PointNeighbors.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PointNeighbors.jl b/src/PointNeighbors.jl index 0b7d896..43d20d2 100644 --- a/src/PointNeighbors.jl +++ b/src/PointNeighbors.jl @@ -2,6 +2,7 @@ module PointNeighbors using Reexport: @reexport +using CellListMap: CellListMap using LinearAlgebra: dot using Polyester: @batch @reexport using StaticArrays: SVector