]> git.donarmstrong.com Git - mothur.git/blobdiff - database.hpp
added cluster.split command
[mothur.git] / database.hpp
index efc7ba7f111d956c31d20626d825c079cf7963c8..3191fdfb02d5323129af949cf1eb50aea50ff3c8 100644 (file)
@@ -56,11 +56,6 @@ public:
        virtual vector<int> getSequencesWithKmer(int){ vector<int> filler; return filler; };  
        virtual int getMaxKmer(){       return 1;       };
        
-       #ifdef USE_MPI  
-       virtual int MPISend(int) = 0;
-       virtual int MPIRecv(int) = 0;
-       #endif
-       
 protected:
        MothurOut* m;
        int numSeqs, longest;