X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylip.h;h=3e5e7490c618b3d7dac55fb5bd8f8c1853d0ea93;hb=71c8b7190cf3a4dcedbab0273c938f6f868562bc;hp=eab0df422ccd6bfe25e7e0171967f45f60993cdd;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037;p=mothur.git diff --git a/readphylip.h b/readphylip.h index eab0df4..3e5e749 100644 --- a/readphylip.h +++ b/readphylip.h @@ -18,7 +18,7 @@ class ReadPhylipMatrix : public ReadMatrix { public: ReadPhylipMatrix(string); ~ReadPhylipMatrix(); - void read(NameAssignment*); + int read(NameAssignment*); private: ifstream fileHandle; string distFile; @@ -26,4 +26,4 @@ private: /******************************************************/ -#endif \ No newline at end of file +#endif