diff --git a/src/strucclustutils/scorecomplex.cpp b/src/strucclustutils/scorecomplex.cpp index 46622159..c75ee5f1 100644 --- a/src/strucclustutils/scorecomplex.cpp +++ b/src/strucclustutils/scorecomplex.cpp @@ -424,7 +424,8 @@ class DBSCANCluster { unsigned int finishDBSCAN() { initializeAlnLabels(); - if (prevMaxClusterSize < minClusterSize || bestClusters.empty()) return UNCLUSTERED; + if (prevMaxClusterSize < minClusterSize || bestClusters.empty()) + return UNCLUSTERED; cLabel = CLUSTERED; for (auto &cluster: bestClusters) { for (auto alnIdx: cluster) { @@ -440,22 +441,12 @@ class DBSCANCluster { for (size_t alnIdx=0; alnIdx