]> git.donarmstrong.com Git - mothur.git/blobdiff - pcacommand.h
pat's differences before v.1.8
[mothur.git] / pcacommand.h
index a447ffced3040086a2c91a7f6014a79cf50b58b8..8a36323582b6ca42f153110c48f012148d59cd2b 100644 (file)
@@ -29,7 +29,6 @@ private:
        float cutoff, precision;
        
        void get_comment(istream&, char, char);
-       void read_mega(istream&, vector<string>&, vector<vector<double> >&);
        void read_phylip(istream&, int, vector<string>&, vector<vector<double> >&);
        void read(string, vector<string>&, vector<vector<double> >&);
        double pythag(double, double);
@@ -38,7 +37,6 @@ private:
        void tred2(vector<vector<double> >&, vector<double>&, vector<double>&);
        void qtli(vector<double>&, vector<double>&, vector<vector<double> >&);
        void output(string, vector<string>, vector<vector<double> >, vector<double>);
-       void print_matrix(vector<vector<double> >);
        
 };