X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;fp=rarefactsharedcommand.h;h=1a2d944894feabe26b4103e5431c0da08c6574b4;hb=ffc44592ff7ae94f14f9e21f87198e33d323cd1d;hp=2112e8d78565712a490de69bedd2ffb44844a768;hpb=01f6af90c907264686304a5c684c702e94ff40ae;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index 2112e8d..1a2d944 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -36,17 +36,16 @@ public: private: vector lookup; - InputData* input; - Rarefact* rCurve; - vector rDisplays; int nIters; string format; float freq; bool abort, allLines, jumble; set labels; //holds labels to be used - string label, calc, groups, outputDir, sharedfile; - vector Estimators, Groups, outputNames; + string label, calc, groups, outputDir, sharedfile, designfile; + vector Estimators, Groups, outputNames, Sets; + + int process(GroupMap&, string); };