]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.h
broke apart read matrix file
[mothur.git] / getoturepcommand.h
index 4e2b3a0e685aec843624613df7bda5c7e184b4c1..706b219917eb89c99652b8e024421869eac123c1 100644 (file)
@@ -16,7 +16,7 @@
 #include "sparsematrix.hpp"
 #include "listvector.hpp"
 #include "inputdata.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "fastamap.h"
 
 
@@ -36,7 +36,7 @@ private:
        SparseMatrix* matrix;
        ListVector* list;
        ListVector* listOfNames;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        InputData* input;
        FastaMap* fasta;
        string filename, fastafile, namesfile;