X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bellerophon.h;h=36555bf0d406addb3cc7685ee55fdac341dffe68;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=08dca2b6cbbd296438b8575d0ad1d4e1919fa975;hpb=4b6e3f7b5543822a2cca4fb076ab6af2ce8ca62d;p=mothur.git diff --git a/bellerophon.h b/bellerophon.h index 08dca2b..36555bf 100644 --- a/bellerophon.h +++ b/bellerophon.h @@ -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 lines;