X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readblast.h;h=97ce6c74cbf768aeec8d2f879fb7c8ad887a1042;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=ef5ff9afa182f5fb7f7226c506481a0252964962;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/readblast.h b/readblast.h index ef5ff9a..97ce6c7 100644 --- a/readblast.h +++ b/readblast.h @@ -27,9 +27,9 @@ public: int read(NameAssignment*); SparseDistanceMatrix* getDistMatrix() { return matrix; } - vector getOverlapMatrix() { return overlap; } - string getOverlapFile() { return overlapFile; } - string getDistFile() { return distFile; } + vector getOverlapMatrix() { return overlap; } + string getOverlapFile() { return overlapFile; } + string getDistFile() { return distFile; } private: string blastfile, overlapFile, distFile;