]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
added tree reader class to handle reading trees. Reworked the tree map to tree class...
[mothur.git] / mothurout.h
index 0659e4e3628ccb28fdfc024427fe6cebf5af5446..2a6ba2de6316eb24ff281d703f8e27d4c94a45a3 100644 (file)
@@ -65,7 +65,7 @@ class MothurOut {
        
                vector<string> getAllGroups() { sort(namesOfGroups.begin(), namesOfGroups.end()); return namesOfGroups; }
                vector<string> Treenames;
-               map<string, string> names;
+               //map<string, string> names;
                vector<string> binLabelsInFile;
                vector<string> currentBinLabels;
                string saveNextLabel, argv, sharedHeaderMode;