X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=shhhercommand.cpp;h=4a6e5ff2375ce40560db1aa706edbdacefac0e0d;hp=a20679a1b352f0fc95f2329f0e536c54a029cced;hb=615301e57c25e241356a9c2380648d117709458d;hpb=875ab4b2eec77b920e9fa0042f9a2aae2faff2b0 diff --git a/shhhercommand.cpp b/shhhercommand.cpp index a20679a..4a6e5ff 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -2737,7 +2737,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;