]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
added sort parameter to get.otulist
[mothur.git] / distancecommand.h
index 3fa69d553ef857cb854e4ecfe9853ad36ecd2e0c..f825cfbf343455b9ba5ef4bfb89836df8775cebe 100644 (file)
@@ -46,9 +46,14 @@ private:
        //void appendFiles(string, string);
        void createProcesses(string);
        int driver(/*Dist*, SequenceDB, */int, int, string, float);
-       int driverMPI(int, int, string&, float);
+       
+       #ifdef USE_MPI 
+       int driverMPI(int, int, MPI_File&, float);
+       int driverMPI(int, int, string, long&);
+       #endif
        
        int convertMatrix(string);
+       int convertToLowerTriangle(string);
 
 };