Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Oct 30, 2024
1 parent 6505f37 commit 9b733fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/var_cluster.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace::aare;


void define_var_cluster_finder_bindings(py::module &m) {
PYBIND11_NUMPY_DTYPE(pl::ClusterFinder<double>::Hit, size, row, col,
PYBIND11_NUMPY_DTYPE(VarClusterFinder<double>::Hit, size, row, col,
reserved, energy, max);

py::class_<VarClusterFinder<double>>(m, "VarClusterFinder")
Expand Down

0 comments on commit 9b733fd

Please sign in to comment.