X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.cpp;h=9f537b8f6d15c115558a196996b48b58bda7fbb6;hb=e88ba6b7a994a8502030d38cc5cc542994694d4d;hp=835b5a04114d1f9a6df0976c64ddd0ab3b352cc5;hpb=0486bc2eed084ac387d2f59b6d23d13b2382daf7;p=mothur.git diff --git a/anosimcommand.cpp b/anosimcommand.cpp index 835b5a0..9f537b8 100644 --- a/anosimcommand.cpp +++ b/anosimcommand.cpp @@ -408,7 +408,7 @@ int AnosimCommand::execute(){ //print headers out << "label\tgroupsCompared\tRValue\tpValue" << endl; - m->mothurOut("label\tgroupsCompared\tRValue\tpValue"); m->mothurOutEndLine(); + m->mothurOut("\nlabel\tgroupsCompared\tRValue\tpValue"); m->mothurOutEndLine(); out.close(); } @@ -510,7 +510,7 @@ int AnosimCommand::execute(){ //print headers out << "groupsCompared\tRValue\tpValue" << endl; - m->mothurOut("groupsCompared\tRValue\tpValue"); m->mothurOutEndLine(); + m->mothurOut("\ngroupsCompared\tRValue\tpValue"); m->mothurOutEndLine(); out.close(); ReadPhylipVector readMatrix(phylipfile);