X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.h;h=c0172645387d4846aca623d4bfbe7827ca08cd74;hb=6446d2e9713a95db5f772135b7aa3387f7ebf7bb;hp=b99e0f037206496f788635fa7d8a6ce21958d56b;hpb=ca0785e447ca7aa7e2f0ab8bb1155db126b551ea;p=mothur.git diff --git a/summarysharedcommand.h b/summarysharedcommand.h index b99e0f0..c017264 100644 --- a/summarysharedcommand.h +++ b/summarysharedcommand.h @@ -39,7 +39,7 @@ private: InputData* input; ValidCalculators* validCalculator; - bool abort, allLines, mult, all; + bool abort, allLines, mult, all, createPhylip; set labels; //holds labels to be used string label, calc, groups; vector Estimators, Groups, outputNames; @@ -47,7 +47,7 @@ private: string format, outputDir; int numGroups, processors; int process(vector, string, string); - int driver(vector, int, int, string, string); + int driver(vector, int, int, string, string, vector< vector >&); };