X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hclustercommand.cpp;h=06d7260462878fc134268dba18ff0692515c80f8;hb=6ce64c0c32f0aa22eaf70953bd8264130e20e18f;hp=b991ccd6289b9afd44628c12bf451eb86529fa44;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/hclustercommand.cpp b/hclustercommand.cpp index b991ccd..06d7260 100644 --- a/hclustercommand.cpp +++ b/hclustercommand.cpp @@ -315,7 +315,9 @@ int HClusterCommand::execute(){ }else{ m->mothurOut("Error: no list vector!"); m->mothurOutEndLine(); return 0; } - + + list->printHeaders(listFile); + float previousDist = 0.00000; float rndPreviousDist = 0.00000; oldRAbund = *rabund;