X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=c81eb6fea19a3808ec93f0cdda1c779719947585;hb=16bea3130e36addc54e2116dfbcd02d706ebee45;hp=0da5f0c20548196ed65d6e200620a8b0d9009d39;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index 0da5f0c..c81eb6f 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -18,6 +18,7 @@ #include "rarefact.h" #include "display.h" #include "readmatrix.hpp" +#include "validcalculator.h" /*The rarefaction() command: @@ -49,6 +50,7 @@ private: ReadMatrix* read; OrderVector* order; InputData* input; + ValidCalculators* validCalculator; Rarefact* rCurve; int freq, nIters; };