]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / distancecommand.h
index 9d5477d7ee1dca3d715189db8d61fab432c87cf3..f55f7144fa548fe30eae2b075a8abcf8fd4584f0 100644 (file)
@@ -24,7 +24,7 @@
 //custom data structure for threads to use.
 // This is passed by void pointer so it can be any data type
 // that can be passed using a single void pointer (LPVOID).
-typedef struct distanceData {
+struct distanceData {
        int startLine;
        int endLine;
        string dFileName;
@@ -213,8 +213,8 @@ private:
        
        #ifdef USE_MPI 
        int driverMPI(int, int, MPI_File&, float);
-       int driverMPI(int, int, string, unsigned long int&);
-       int driverMPI(int, int, string, unsigned long int&, string);
+       int driverMPI(int, int, string, unsigned long long&);
+       int driverMPI(int, int, string, unsigned long long&, string);
        #endif
        
        //int convertMatrix(string);