]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
committing so I can work on the other machine
[mothur.git] / summarysharedcommand.h
index 351b1352b7e865d8c0741ffb56875407070db344..bcd8ab671f2727331179dbe3511d4acd72f72417 100644 (file)
@@ -37,11 +37,11 @@ private:
        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, outputDir;
        ofstream outputFileHandle, outAll;
-       void process(vector<SharedRAbundVector*>);
+       int process(vector<SharedRAbundVector*>);
 
 };