]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
modified freq parameter be a percentage of numSeqs, added catchall command - not...
[mothur.git] / rarefactcommand.h
index dce1a0d4862190c01bb2082f8506d3a505bad899..f4492a2ec15e97a9cf52295202306689e2820961 100644 (file)
@@ -36,8 +36,9 @@ private:
        InputData* input;
        ValidCalculators* validCalculator;
        Rarefact* rCurve;
-       int freq, nIters, abund;
-
+       int nIters, abund;
+       float freq;
+       
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string label, calc;