X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.h;h=b7a494149249af486c2a8cb812b00316a42b241f;hb=cd4c86f68cb53017f0f98a82dd2c2e56a64c67bd;hp=139a0cff7dfb3220db697d582ae037a99a3b0d98;hpb=7b3c9ca940891c1b20b3b7ec13e05d7e7b316b63;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index 139a0cf..b7a4941 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -42,13 +42,13 @@ private: ValidCalculators* validCalculator; Collect* cCurve; vector cDisplays; - int freq; + float freq; string format; bool abort, allLines, all; set labels; //holds labels to be used - string label, calc, groups; - vector Estimators, Groups; + string label, calc, groups, outputDir; + vector Estimators, Groups, outputNames; };