]> git.donarmstrong.com Git - mothur.git/blobdiff - ccode.h
added modify names parameter to set.dir
[mothur.git] / ccode.h
diff --git a/ccode.h b/ccode.h
index 91ef84517053c22129c0257daddf11dbcf50d041..456b735df524ff3eed9c2688be95f8537c0d0c86 100644 (file)
--- a/ccode.h
+++ b/ccode.h
@@ -28,10 +28,10 @@ class Ccode : public Chimera {
                ~Ccode();
                
                int getChimeras(Sequence* query);
-               int print(ostream&, ostream&);
+               Sequence print(ostream&, ostream&);
                
                #ifdef USE_MPI
-               int print(MPI_File&, MPI_File&);
+               Sequence print(MPI_File&, MPI_File&);
                #endif
        private: