]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.cpp
added binary file operations to mothurout class. added comment to sequence class...
[mothur.git] / nmdscommand.cpp
index a90ed2965888928f4a90049fe04fe888d773c450..82d2d7f2c2c4335f76b3b8909031359e014e8963 100644 (file)
@@ -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;