X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nmdscommand.cpp;h=82d2d7f2c2c4335f76b3b8909031359e014e8963;hp=a90ed2965888928f4a90049fe04fe888d773c450;hb=ac03f1f6c27b5bfdf2cfb6d45c3667c3e0281f51;hpb=fe08eacea5a2d34cd4bd27e8451fd2872102a80a diff --git a/nmdscommand.cpp b/nmdscommand.cpp index a90ed29..82d2d7f 100644 --- a/nmdscommand.cpp +++ b/nmdscommand.cpp @@ -288,7 +288,7 @@ int NMDSCommand::execute(){ outBest.setf(ios::fixed, ios::floatfield); outBest.setf(ios::showpoint); - outBest << '\t'; + outBest << "group" << '\t'; for (int k = 0; k < bestConfig.size(); k++) { outBest << "axis" << (k+1) << '\t'; } outBest << endl;