X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=distancedb.hpp;h=47e5fd7b4911de428712bb9a5271fd61ce20b172;hp=01fea59aeec3b340041fea68e26120cfd307a873;hb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;hpb=aba5f8811829037b0a3004ef33f0ad4ed5e5fcf8 diff --git a/distancedb.hpp b/distancedb.hpp index 01fea59..47e5fd7 100644 --- a/distancedb.hpp +++ b/distancedb.hpp @@ -25,6 +25,11 @@ public: void addSequence(Sequence); vector findClosestSequences(Sequence*, int); // returns indexes of n closest sequences to query + #ifdef USE_MPI + int MPISend(int) {return 0;} + int MPIRecv(int) {return 0;} + #endif + private: vector data; Dist* distCalculator;