]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
modifications to commands to add headers to list file.
[mothur.git] / mothurout.h
index ee602f404bd102f46f41214a3c3d938a51730a0c..1caa1fe5814679a86e8026f1ec7a54d228dee44e 100644 (file)
@@ -66,11 +66,9 @@ class MothurOut {
        
                vector<string> getAllGroups() { sort(namesOfGroups.begin(), namesOfGroups.end()); return namesOfGroups; }
                vector<string> Treenames;
-               //map<string, string> names;
                vector<string> sharedBinLabelsInFile;
                vector<string> currentSharedBinLabels;
         vector<string> listBinLabelsInFile;
-        //vector<string> currentListBinLabels;
                string saveNextLabel, argv, sharedHeaderMode, groupMode;
                bool printedSharedHeaders, printedListHeaders, commandInputsConvertError, changedSeqNames, modifyNames;