]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.hpp
added cluster.split command
[mothur.git] / blastdb.hpp
index d61aaecb5e0712b47458e000416b881719cc7e65..2e7423dcba612f332d7ef2f2657fac9aa16f1b79 100644 (file)
@@ -26,11 +26,6 @@ public:
        vector<int> findClosestSequences(Sequence*, int);
        vector<int> findClosestMegaBlast(Sequence*, int);
        
-       #ifdef USE_MPI  
-       int MPISend(int); //just sends gapOpen, gapExtend, match and mismatch
-       int MPIRecv(int);
-       #endif
-       
 private:
        string dbFileName;
        string queryFileName;