X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=hclustercommand.cpp;h=06d7260462878fc134268dba18ff0692515c80f8;hp=b991ccd6289b9afd44628c12bf451eb86529fa44;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e 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;