]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.h
created mothurOut class to handle logfiles
[mothur.git] / treegroupscommand.h
index e23dc777689f80806a8d81e458c9acda7f3ba4aa..899716c6055b0dc12cbe493fc1ff3e5b8170d769 100644 (file)
@@ -68,7 +68,7 @@ private:
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string phylipfile, columnfile, namefile, calc, groups, label, outputDir;
-       vector<string>  Estimators, Groups; //holds estimators to be used
+       vector<string>  Estimators, Groups, outputNames; //holds estimators to be used
        
        //if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label.
        void process(vector<SharedRAbundVector*>);