]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
fixed bug wit unifrac files
[mothur.git] / rarefactcommand.h
index b1b706c99c80adf203059e781d8a4d89866f2dfb..28be17cf995f18ede3f851579b619862d0c82551 100644 (file)
@@ -9,16 +9,13 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "ordervector.hpp"
 #include "inputdata.h"
 #include "rarefact.h"
 #include "display.h"
 #include "readmatrix.hpp"
+#include "validcalculator.h"
 
 
 /*The rarefaction() command:
@@ -50,8 +47,9 @@ private:
        ReadMatrix* read;
        OrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Rarefact* rCurve;
-       int freq, nIters;
+       int freq, nIters, abund;
 };
 
-#endif
\ No newline at end of file
+#endif