X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=f4492a2ec15e97a9cf52295202306689e2820961;hb=5a86e9e5a5a9e061e17b3ae64fb8881f14e53b8a;hp=dce1a0d4862190c01bb2082f8506d3a505bad899;hpb=b1bcc272003b50a8c06dc9120754da1f5b744598;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index dce1a0d..f4492a2 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -36,8 +36,9 @@ private: InputData* input; ValidCalculators* validCalculator; Rarefact* rCurve; - int freq, nIters, abund; - + int nIters, abund; + float freq; + bool abort, allLines; set labels; //holds labels to be used string label, calc;