]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
broke apart read matrix file
[mothur.git] / heatmapcommand.h
index f75c06425e7b6af1232809fb8a2f1f98c20d98aa..edb346021ec9effb6669029e7835be3d98e93e41 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "command.hpp"
 #include "inputdata.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "sharedlistvector.h"
 #include "heatmap.h"
 #include "sharedutilities.h"
@@ -31,7 +31,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        SharedUtil* util;
        InputData* input;
        SharedListVector* SharedList;