]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / screenseqscommand.h
index 8f62ae48af466148c56b2b7b53aef7240cb95761..2c31ba2245b523b7f18c0a3559ee9cd6f85890df 100644 (file)
@@ -35,11 +35,11 @@ private:
        int screenGroupFile(set<string>);
        int screenAlignReport(set<string>);
        
-       int driver(linePair*, string, string, string, string, set<string>&);
-       int createProcesses(string, string, string, string, set<string>&);
+       int driver(linePair*, string, string, string, set<string>&);
+       int createProcesses(string, string, string, set<string>&);
        
        #ifdef USE_MPI
-       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&, set<string>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&, set<string>&);
        #endif
 
        bool abort;