X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shhhercommand.cpp;h=b25b9def28ffc13df0a2d0736fb69e427c9d0c62;hb=cd1a91833339b19a107ce769ee67b5fc74c93ce4;hp=9bd437ad3cb7b2a75b69770769c8ddbc942f4a35;hpb=ac663461b19ad1436a06aa63f97221d1ff105482;p=mothur.git diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 9bd437a..b25b9de 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -2727,7 +2727,8 @@ int ShhherCommand::cluster(string filename, string distFileName, string namesFil RAbundVector* rabund = new RAbundVector(list->getRAbundVector()); - Cluster* cluster = new CompleteLinkage(rabund, list, matrix, cutoff, "furthest"); + float adjust = -1.0; + Cluster* cluster = new CompleteLinkage(rabund, list, matrix, cutoff, "furthest", adjust); string tag = cluster->getTag(); double clusterCutoff = cutoff;