]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / clustercommand.cpp
index 9d09d2cbe465da6531bbf720f0fd7d89aec08bce..be7cc51d9f4ecf2765cd878a932b3a804e4bf1ba 100644 (file)
@@ -158,7 +158,7 @@ int ClusterCommand::execute(){
 
                        loops++;
 
-                       cluster->update();
+                       cluster->update(cutoff);
                        float dist = matrix->getSmallDist();
                        float rndDist = roundDist(dist, precision);