Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 16, 2024
1 parent 26cca11 commit be827a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multivoro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CellVector inline compute_voronoi_3d(
nb::ndarray<double, nb::ndim<2>> points,
nb::ndarray<double, nb::ndim<1>> radii,
nb::ndarray<double, nb::ndim<2>> limits,
nb::ndarray<size_t, nb::ndim<1>> blocks,
nb::ndarray<uint32_t, nb::ndim<1>> blocks,
nb::ndarray<bool, nb::ndim<1>> periodic_boundaries
) {

Expand Down

0 comments on commit be827a1

Please sign in to comment.