]> git.donarmstrong.com Git - mothur.git/blobdiff - fullmatrix.h
fixed some bugs and added mgcluster command
[mothur.git] / fullmatrix.h
index 890d07a846006e5e81570402b0fd4e61879e0b68..7cb8b15fedf8c39f06aeaee5ca3fb6e9f3274499 100644 (file)
@@ -35,6 +35,7 @@ public:
        int getNumGroups();
        void printMatrix(ostream&);
        float get(int, int);
+       Names getRowInfo(int row)  {  return index[row];  }
        
 private:
        vector< vector<float> > matrix;  //a 2D distance matrix of all the sequences and their distances to eachother.