X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=fullmatrix.h;h=7cb8b15fedf8c39f06aeaee5ca3fb6e9f3274499;hp=890d07a846006e5e81570402b0fd4e61879e0b68;hb=c82900be3ceed3d9bc491bdc98b1819ef85c1af7;hpb=a5afca18544555fba2d9c3670ad1f8574916b0a0 diff --git a/fullmatrix.h b/fullmatrix.h index 890d07a..7cb8b15 100644 --- a/fullmatrix.h +++ b/fullmatrix.h @@ -35,6 +35,7 @@ public: int getNumGroups(); void printMatrix(ostream&); float get(int, int); + Names getRowInfo(int row) { return index[row]; } private: vector< vector > matrix; //a 2D distance matrix of all the sequences and their distances to eachother.