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