X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.cpp;h=4987d4e9305b86496e9d7655a62d27e6a1c779a2;hb=09ce41fb228c00d0f49896c66b2f2c5760914769;hp=21840e482d4ccadcd138f35f4ef9fda1e0f7881c;hpb=3aa0b70bf057656ccc2bae1de9816583f2a91779;p=mothur.git diff --git a/clusterdoturcommand.cpp b/clusterdoturcommand.cpp index 21840e4..4987d4e 100644 --- a/clusterdoturcommand.cpp +++ b/clusterdoturcommand.cpp @@ -223,7 +223,7 @@ int ClusterDoturCommand::execute(){ oldRAbund = *rabund; oldList = *list; - double saveCutoff = cutoff; + //double saveCutoff = cutoff; int estart = time(NULL); @@ -266,11 +266,11 @@ int ClusterDoturCommand::execute(){ delete cluster; delete nameMap; delete list; delete rabund; - if (saveCutoff != cutoff) { - if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); } - else { saveCutoff = m->roundDist(saveCutoff, precision); } - m->mothurOut("changed cutoff to " + toString(cutoff)); m->mothurOutEndLine(); - } + //if (saveCutoff != cutoff) { + // if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); } + // else { saveCutoff = m->roundDist(saveCutoff, precision); } + // m->mothurOut("changed cutoff to " + toString(cutoff)); m->mothurOutEndLine(); + //} m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine();