]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.cpp
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / phylotree.cpp
index d6c740ae791b494ea64951a03405b38535593152..d085f6c52ce3c733c7666d1c7df28e95a0575647 100644 (file)
@@ -125,7 +125,7 @@ PhyloTree::PhyloTree(string tfile){
                
                #ifdef USE_MPI
                        int pid, num, processors;
-                       vector<long> positions;
+                       vector<unsigned long int> positions;
                        
                        MPI_Status status; 
                        MPI_File inMPI;