]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
pat's minor edits to distance calculations
[mothur.git] / summarysharedcommand.h
index 090c9f4ef9ed40287040bec733f0e5d8802ff23d..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;
+       string outputFileName, format, outAllFileName, outputDir;
        ofstream outputFileHandle, outAll;
-       void process(vector<SharedRAbundVector*>);
+       int process(vector<SharedRAbundVector*>);
 
 };