Merge branch 'main' into developer

This commit is contained in:
Erik Fröjdh
2025-04-01 14:35:27 +02:00
committed by GitHub
6 changed files with 11 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ ClusterVector<int32_t> ClusterFile::read_clusters_without_cut(size_t n_clusters)
}
ClusterVector<int32_t> ClusterFile::read_clusters_with_cut(size_t n_clusters) {
ClusterVector<int32_t> clusters(3,3);
clusters.reserve(n_clusters);