X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=phylotypecommand.cpp;h=b21865abb54472b29473a76e2a9898939f7904c5;hp=16117053fc7c0a8147c7f00fcdd935324ff66edb;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=b0997605981902442138b9309e9c43d95c3ba10a diff --git a/phylotypecommand.cpp b/phylotypecommand.cpp index 1611705..b21865a 100644 --- a/phylotypecommand.cpp +++ b/phylotypecommand.cpp @@ -303,7 +303,9 @@ int PhylotypeCommand::execute(){ } //print listvector - list.print(outList); + if (!m->printedListHeaders) { list.printHeaders(outList); } + list.print(outList); + if (countfile == "") { //print rabund list.getRAbundVector().print(outRabund);