]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
fixed bug in summary.shared for groups
[mothur.git] / treemap.h
index 60fb924278c8df36a405ca363c2584d5ae2fa42a..941ca9a8f79e4de463f99719d6ffd37fe7733961 100644 (file)
--- a/treemap.h
+++ b/treemap.h
@@ -9,10 +9,7 @@
  *
  */
 
-#include <map>
-#include <string>
-#include <iostream>
-#include <fstream>
+#include "mothur.h"
 #include "utilities.hpp"
 
 /* This class is used by the read.tree command to build the tree container. */
@@ -42,6 +39,7 @@ public:
        map<string, GroupIndex> treemap; //sequence name and <groupname, vector index>
        void print(ostream&);
        
+       
 private:
        ifstream fileHandle;
        string groupFileName;
@@ -50,6 +48,7 @@ private:
        map<string, int>::iterator it2;
        void setNamesOfGroups(string); 
        
+       
 };
 
 #endif