X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcacommand.h;h=220e91f162e75b9b5d5f9d75ecfc6e3474e50549;hp=8a36323582b6ca42f153110c48f012148d59cd2b;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hpb=a218321731df14d231bbc08e79906f757cf1540d diff --git a/pcacommand.h b/pcacommand.h index 8a36323..220e91f 100644 --- a/pcacommand.h +++ b/pcacommand.h @@ -27,6 +27,7 @@ private: bool abort; string phylipfile, columnfile, namefile, format, filename, fbase, outputDir; float cutoff, precision; + vector outputNames; void get_comment(istream&, char, char); void read_phylip(istream&, int, vector&, vector >&);