]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
added concensus command and updated calcs
[mothur.git] / summarysharedcommand.h
index e87e75e6412a36239f3c1b1e19066609aaef4527..ea141d1610c41676cad785690e32b8a16268cbd3 100644 (file)
@@ -53,8 +53,9 @@ private:
        SharedListVector* SharedList;
        SharedOrderVector* order;
        vector<SharedRAbundVector*> lookup;
-       string outputFileName, format;
-       ofstream outputFileHandle;
+       string outputFileName, format, outAllFileName;
+       ofstream outputFileHandle, outAll;
+       bool mult;
 
 };