]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
pat's slight modifications to trim.seqs
[mothur.git] / collectsharedcommand.h
index 10efcc80077c193694ee7297e40027a35f8bb10a..b7a494149249af486c2a8cb812b00316a42b241f 100644 (file)
@@ -42,13 +42,13 @@ private:
        ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
-       int freq;
+       float freq;
        string format;
 
        bool abort, allLines, all;
        set<string> labels; //holds labels to be used
        string label, calc, groups, outputDir;
-       vector<string>  Estimators, Groups;
+       vector<string>  Estimators, Groups, outputNames;
 
 
 };