]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.h
broke apart read matrix file
[mothur.git] / readotucommand.h
index 7bd1ead9dfa9e6cd62d051aa337697350703d9c3..a21167e3d07e2064c6e9a1dae736b0b1aeccf3a8 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "command.hpp"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "sharedcommand.h"
@@ -39,7 +39,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        InputData* input;
        Command* shared;
        Command* parselist;