]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.h
some bug fixes
[mothur.git] / parsimonycommand.h
index f855d86497fa0447cb4ef5b17e454bbe0a116628..6fa1914f31e320517ff89389a34fc3e5a1cd6dc6 100644 (file)
@@ -56,10 +56,10 @@ private:
 
        bool abort;
        string groups, itersString;
-       vector<string> Groups; //holds groups to be used
+       vector<string> Groups, outputNames; //holds groups to be used
 
        void printParsimonyFile();  
-       void printUSummaryFile();
+       int printUSummaryFile();
        void getUserInput();
        
 };