]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / bayesian.cpp
index 17264776740a0e2f7e1ad2a797118bdb389be817..655d7027b5dabbe3a7ebeae94edbc95724d371c5 100644 (file)
@@ -368,8 +368,8 @@ void Bayesian::readProbFile(ifstream& in, ifstream& inNum, string inName, string
                #ifdef USE_MPI
                        
                        int pid, num, num2, processors;
-                       vector<long> positions;
-                       vector<long> positions2;
+                       vector<unsigned long int> positions;
+                       vector<unsigned long int> positions2;
                        
                        MPI_Status status; 
                        MPI_File inMPI;