]> git.donarmstrong.com Git - mothur.git/blobdiff - sequence.hpp
fixed bug that caused bayesian cutoff not to work if iters > 100. fixed bug in trim...
[mothur.git] / sequence.hpp
index 5f84d441c20d0fd8a0ed8f9284b7a32dfc9b4214..21b4c3874c9ccb1f5ab9eab31fe78fbd7f0a40c6 100644 (file)
@@ -47,6 +47,9 @@ public:
        bool getIsAligned();
        void printSequence(ostream&);
        
+       int MPISend(int); //not working at the moment...
+       int MPIRecv(int); //not working at the moment...
+       
 private:
        MothurOut* m;
        void initialize();