]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
pat's minor edits to distance calculations
[mothur.git] / summarysharedcommand.h
index 63197e199493aba98106c43378340e4e394fdda1..bcd8ab671f2727331179dbe3511d4acd72f72417 100644 (file)
@@ -34,14 +34,14 @@ private:
        InputData* input;
        ValidCalculators* validCalculator;
        
-       bool abort, allLines, mult;
+       bool abort, allLines, mult, all;
        set<string> labels; //holds labels to be used
        string label, calc, groups;
-       vector<string>  Estimators, Groups;
+       vector<string>  Estimators, Groups, outputNames;
        vector<SharedRAbundVector*> lookup;
-       string outputFileName, format, outAllFileName;
+       string outputFileName, format, outAllFileName, outputDir;
        ofstream outputFileHandle, outAll;
-       void process(vector<SharedRAbundVector*>);
+       int process(vector<SharedRAbundVector*>);
 
 };