X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcoacommand.h;fp=pcoacommand.h;h=02e562ec23f97d1fdbd0e6e18c949ae3ffc44c54;hb=d04f948b1a2a1a2984fc4a45d04403b8c121c5bc;hp=c62b3d668c9a38287769476a598033544d9790a3;hpb=5b3bedc6fbfed63854cc6a7d47454580b2734c08;p=mothur.git diff --git a/pcoacommand.h b/pcoacommand.h index c62b3d6..02e562e 100644 --- a/pcoacommand.h +++ b/pcoacommand.h @@ -31,15 +31,12 @@ public: private: bool abort, metric; - string phylipfile, columnfile, namefile, format, filename, fbase, outputDir; - float cutoff, precision; + string phylipfile, filename, fbase, outputDir; vector outputNames; map > outputTypes; LinearAlgebra linearCalc; void get_comment(istream&, char, char); - int read_phylip(istream&, int, vector&, vector >&); - void read(string, vector&, vector >&); void recenter(double, vector >, vector >&); void output(string, vector, vector >&, vector);