]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.h
broke apart read matrix file
[mothur.git] / bootstrapsharedcommand.h
index 194aa33d457fd088e7f367c245e1a8b493a1de49..322cd28571d83ea08d080fb6c4098fbff1c67364 100644 (file)
@@ -15,7 +15,7 @@
 #include "sharedlistvector.h"
 #include "inputdata.h"
 #include "groupmap.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "validcalculator.h"
 #include "tree.h"
 #include "treemap.h"
@@ -36,7 +36,7 @@ private:
        
        GlobalData* globaldata;
        SharedUtil* util;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        TreeMap* tmap;
        Tree* t;
        vector<Calculator*> treeCalculators;