]> git.donarmstrong.com Git - mothur.git/blobdiff - ccode.h
added sorted parameter to get.oturep, added error checking to chimera classes in...
[mothur.git] / ccode.h
diff --git a/ccode.h b/ccode.h
index de7c7c44724a04bf5b70c7a8336a0e3cd0abdc42..0ea27532fbd7093818212c344c03dcae6229a868 100644 (file)
--- a/ccode.h
+++ b/ccode.h
@@ -27,7 +27,7 @@ class Ccode : public Chimera {
                Ccode(string, string);  
                ~Ccode();
                
-               void getChimeras();
+               int getChimeras();
                void print(ostream&);
                
                void setCons(string c)          {}