]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
*** empty log message ***
[mothur.git] / rarefactsharedcommand.h
index 54a6a95024d0fd97f279be2e50f3e31906f308a4..1935398ac1c312020e03edc32b30fc7ce10045fb 100644 (file)
  */
 
 #include "command.hpp"
-#include "sharedordervector.h"
-#include "sharedlistvector.h"
 #include "inputdata.h"
 #include "rarefact.h"
 #include "display.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "validcalculator.h"
 
 /* The rarefaction.shared() command:
@@ -41,9 +39,8 @@ public:
        
 private:
        GlobalData* globaldata;
-       SharedListVector* SharedList;
-       ReadMatrix* read;
-       SharedOrderVector* order;
+       ReadOTUFile* read;
+       vector<SharedRAbundVector*> lookup;
        InputData* input;
        ValidCalculators* validCalculator;
        Rarefact* rCurve;