]> git.donarmstrong.com Git - mothur.git/blobdiff - pcacommand.h
created mothurOut class to handle logfiles
[mothur.git] / pcacommand.h
index 8a36323582b6ca42f153110c48f012148d59cd2b..220e91f162e75b9b5d5f9d75ecfc6e3474e50549 100644 (file)
@@ -27,6 +27,7 @@ private:
        bool abort;
        string phylipfile, columnfile, namefile, format, filename, fbase, outputDir;
        float cutoff, precision;
+       vector<string> outputNames;
        
        void get_comment(istream&, char, char);
        void read_phylip(istream&, int, vector<string>&, vector<vector<double> >&);