]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
fixed parsimony for groups
[mothur.git] / treemap.h
index 0dc74eec2fad5ebc157b4fd12e63a7b8b37c967a..941ca9a8f79e4de463f99719d6ffd37fe7733961 100644 (file)
--- a/treemap.h
+++ b/treemap.h
@@ -39,6 +39,7 @@ public:
        map<string, GroupIndex> treemap; //sequence name and <groupname, vector index>
        void print(ostream&);
        
+       
 private:
        ifstream fileHandle;
        string groupFileName;
@@ -47,6 +48,7 @@ private:
        map<string, int>::iterator it2;
        void setNamesOfGroups(string); 
        
+       
 };
 
 #endif