X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.h;h=3fa69d553ef857cb854e4ecfe9853ad36ecd2e0c;hb=30c1fd8c45b6f0d66c17f2714dbb58b8ddccdce2;hp=dedcc79da45f6f60d3beb264c157202557847af4;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/distancecommand.h b/distancecommand.h index dedcc79..3fa69d5 100644 --- a/distancecommand.h +++ b/distancecommand.h @@ -46,7 +46,9 @@ private: //void appendFiles(string, string); void createProcesses(string); int driver(/*Dist*, SequenceDB, */int, int, string, float); - void convertMatrix(string); + int driverMPI(int, int, string&, float); + + int convertMatrix(string); };