X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.cpp;h=b21865abb54472b29473a76e2a9898939f7904c5;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=16117053fc7c0a8147c7f00fcdd935324ff66edb;hpb=b0997605981902442138b9309e9c43d95c3ba10a;p=mothur.git 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);