X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nmdscommand.cpp;h=82d2d7f2c2c4335f76b3b8909031359e014e8963;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=a90ed2965888928f4a90049fe04fe888d773c450;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git 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;