]> git.donarmstrong.com Git - mothur.git/blobdiff - chimera.cpp
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / chimera.cpp
index 3ab95892b9df8d1ad9692c2bca8b413412d3e0e5..685d6dbdbb990867dd4e4e49fe9b3aa4e46a270d 100644 (file)
@@ -104,7 +104,7 @@ vector<Sequence*> Chimera::readSeqs(string file) {
                
                #ifdef USE_MPI  
                        int pid, processors;
-                       vector<long> positions;
+                       vector<unsigned long int> positions;
                        int numSeqs;
                        int tag = 2001;