X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shhhercommand.cpp;h=7fa99f1b04fd2632bf4d6e59ab08db6d1a38c1d9;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=c405e38060cec0db4b610c2e6c9e24a8810d7aed;hpb=3a5dd9e428ab93a6dcdce7912e8ebb977be0b893;p=mothur.git diff --git a/shhhercommand.cpp b/shhhercommand.cpp index c405e38..7fa99f1 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -1414,7 +1414,8 @@ string ShhherCommand::cluster(string distFileName, string namesFileName){ 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;