]> git.donarmstrong.com Git - mothur.git/blobdiff - kmerdb.hpp
added cluster.split command
[mothur.git] / kmerdb.hpp
index 513f3f07d64bbd267e11bd16777fae5aadb97a5c..becdeda7fa5f343b9d5d54e81c0e5df62a1661b6 100644 (file)
@@ -37,11 +37,6 @@ public:
        vector<int> getSequencesWithKmer(int);  //returns vector of sequences that contain kmer passed in
        int getMaxKmer() { return maxKmer; }
        
-       #ifdef USE_MPI  
-       int MPISend(int); //just sends kmersize
-       int MPIRecv(int);
-       #endif
-       
 private:
        
        int kmerSize;