]> git.donarmstrong.com Git - mothur.git/blobdiff - classify.cpp
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / classify.cpp
index 2eb3ec1f800654ddd7e28cd8c72b2c5e996774d3..9a2de1fa46d78e99f8909abd729fb6f24e00bdf0 100644 (file)
@@ -28,7 +28,7 @@ void Classify::generateDatabaseAndNames(string tfile, string tempFile, string me
                m->mothurOut("Generating search database...    "); cout.flush();
 #ifdef USE_MPI 
                        int pid, processors;
-                       vector<long> positions;
+                       vector<unsigned long int> positions;
                        int tag = 2001;
                
                        MPI_Status status; 
@@ -183,7 +183,7 @@ int Classify::readTaxonomy(string file) {
 
 #ifdef USE_MPI 
                int pid, num, processors;
-               vector<long> positions;
+               vector<unsigned long int> positions;
                int tag = 2001;
                
                MPI_Status status;