]> git.donarmstrong.com Git - mothur.git/blobdiff - readphylip.h
made make.table alias to count.seqs command. added large parameter to count.seqs...
[mothur.git] / readphylip.h
index eab0df422ccd6bfe25e7e0171967f45f60993cdd..244cc47e4085f2820f4fef01adddf0317075e88b 100644 (file)
@@ -17,8 +17,9 @@ class ReadPhylipMatrix : public ReadMatrix {
        
 public:
        ReadPhylipMatrix(string);
+       ReadPhylipMatrix(string, bool);
        ~ReadPhylipMatrix();
-       void read(NameAssignment*);
+       int read(NameAssignment*);
 private:
        ifstream fileHandle;
        string distFile;
@@ -26,4 +27,4 @@ private:
 
 /******************************************************/
 
-#endif
\ No newline at end of file
+#endif