]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / bellerophon.h
index 1333ec8f16d8d0985a2b289b65294ef1f94a95f3..41c10191a730fc7291644fd4c4fbaddc4b9231e8 100644 (file)
@@ -36,9 +36,9 @@ class Bellerophon : public Chimera {
                
        private:
                struct linePair {
-                       int start;
+                       unsigned long int start;
                        int num;
-                       linePair(long int i, int j) : start(i), num(j) {}
+                       linePair(unsigned long int i, int j) : start(i), num(j) {}
                };
                
                vector<linePair> lines;