X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=matrixoutputcommand.h;h=537f7916299d36c7f628a9e7e6974821746f3b12;hb=30f2d98fffb579b870c8969ddcc1dfc61ccbb70a;hp=ff7519ee00751dcad80ebdb9bc04e384f54cd45b;hpb=9c23307c583d4e8595f75278c13e708788f2f058;p=mothur.git diff --git a/matrixoutputcommand.h b/matrixoutputcommand.h index ff7519e..537f791 100644 --- a/matrixoutputcommand.h +++ b/matrixoutputcommand.h @@ -33,7 +33,7 @@ public: private: void printSims(ostream&); - void process(vector); + int process(vector); GlobalData* globaldata; ReadOTUFile* read; @@ -49,7 +49,7 @@ private: bool abort, allLines; set labels; //holds labels to be used string outputFile, calc, groups, label, outputDir; - vector Estimators, Groups; //holds estimators to be used + vector Estimators, Groups, outputNames; //holds estimators to be used };