]> git.donarmstrong.com Git - mothur.git/blobdiff - chimera.cpp
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / chimera.cpp
index ed843971ac7d4ab229595262631d548494f27d1c..715841662d9de15b3ab40d581e5ab1a4619c99bf 100644 (file)
@@ -124,7 +124,7 @@ vector<Sequence*> Chimera::readSeqs(string file) {
                        
                        #ifdef USE_MPI  
                                int pid, processors;
-                               vector<unsigned long int> positions;
+                               vector<unsigned long long> positions;
                                int numSeqs;
                                int tag = 2001;