X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=readblast.h;h=97ce6c74cbf768aeec8d2f879fb7c8ad887a1042;hp=ef5ff9afa182f5fb7f7226c506481a0252964962;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6 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;