]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
test
[mothur.git] / bellerophon.h
index b309545e29c18d3ed3669e6e70df3243754551ca..aa53f9852f20202ae77841fbf9262a9802356bbe 100644 (file)
@@ -25,10 +25,10 @@ typedef map<int, float> SeqMap;  //maps sequence to all distance for that seqeun
 class Bellerophon : public Chimera {
        
        public:
-               Bellerophon(string);    
+               Bellerophon(string, string);    
                ~Bellerophon() {};
                
-               void getChimeras();
+               int getChimeras();
                void print(ostream&);
                
                void setCons(string){};