]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
changes while testing
[mothur.git] / bellerophon.h
index 08dca2b6cbbd296438b8575d0ad1d4e1919fa975..36555bf0d406addb3cc7685ee55fdac341dffe68 100644 (file)
@@ -36,9 +36,9 @@ class Bellerophon : public Chimera {
                
        private:
                struct linePair {
-                       unsigned long int start;
+                       unsigned long long start;
                        int num;
-                       linePair(unsigned long int i, int j) : start(i), num(j) {}
+                       linePair(unsigned long long i, int j) : start(i), num(j) {}
                };
                
                vector<linePair> lines;