]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.cpp
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / phylotree.cpp
index 891cca424719d7013a8e2984c1a0032612c464db..6ca36361dc55fe6c204017486c98ebeea77e7a9c 100644 (file)
@@ -131,7 +131,7 @@ PhyloTree::PhyloTree(string tfile){
                
                #ifdef USE_MPI
                        int pid, num, processors;
-                       vector<unsigned long int> positions;
+                       vector<unsigned long long> positions;
                        
                        MPI_Status status; 
                        MPI_File inMPI;