]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
parsimony command now uses groups, fixed bug with unweighted groups
[mothur.git] / rarefactcommand.h
index b1b706c99c80adf203059e781d8a4d89866f2dfb..c81eb6fea19a3808ec93f0cdda1c779719947585 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
 #include <vector>
@@ -19,6 +18,7 @@
 #include "rarefact.h"
 #include "display.h"
 #include "readmatrix.hpp"
+#include "validcalculator.h"
 
 
 /*The rarefaction() command:
@@ -50,8 +50,9 @@ private:
        ReadMatrix* read;
        OrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Rarefact* rCurve;
        int freq, nIters;
 };
 
-#endif
\ No newline at end of file
+#endif