]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
updated errorchecking so it checks if the parameter is valid for the command.
[mothur.git] / rarefactcommand.h
index c81eb6fea19a3808ec93f0cdda1c779719947585..28be17cf995f18ede3f851579b619862d0c82551 100644 (file)
@@ -9,9 +9,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "ordervector.hpp"
 #include "inputdata.h"
@@ -52,7 +49,7 @@ private:
        InputData* input;
        ValidCalculators* validCalculator;
        Rarefact* rCurve;
-       int freq, nIters;
+       int freq, nIters, abund;
 };
 
 #endif