]> git.donarmstrong.com Git - mothur.git/blobdiff - readphylip.h
parsimony calculator changed order of groups to reflect change in shared Utils made...
[mothur.git] / readphylip.h
index eab0df422ccd6bfe25e7e0171967f45f60993cdd..3e5e7490c618b3d7dac55fb5bd8f8c1853d0ea93 100644 (file)
@@ -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