]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
added hcluster command and fixed some bugs, namely one with smart distancing.
[mothur.git] / heatmap.h
index 29b6b9af302cf24b079f153eb75f993e0e83be21..56a56e4e841b4f258f5ab4f183db96acd7d6f268 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -9,8 +9,6 @@
  *
  */
 
-using namespace std;
-
 #include "rabundvector.hpp"
 #include "sharedrabundvector.h"
 #include "datavector.hpp"
@@ -21,7 +19,7 @@ using namespace std;
 class HeatMap {
        
        public:
-               HeatMap();
+               HeatMap(string, string);
                ~HeatMap(){};
        
                void getPic(RAbundVector*);