Refactor cluster bindings (#185)
All checks were successful
Build on RHEL9 / build (push) Successful in 2m19s
Build on RHEL8 / build (push) Successful in 2m34s

- Split up the file for cluster bindings
- new file names according to bind_ClassName.hpp
This commit is contained in:
Erik Fröjdh
2025-06-03 08:43:40 +02:00
committed by GitHub
parent 9ecf4f4b44
commit 69964e08d5
9 changed files with 358 additions and 251 deletions

View File

@@ -101,4 +101,6 @@ void define_ClusterVector(py::module &m, const std::string &typestr) {
return hitmap;
});
}
}
#pragma GCC diagnostic pop