X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;fp=mothur.h;h=57ece6785e1e798e310797b747e6b8d049c0113d;hb=e0dc0bcef2a0f7e1f63abb531dbb1ad533da98ca;hp=f8ec32363516bcc6543569b57f313505796acef7;hpb=74dc92cf53df65fd8b14d8eaf35489bbecbccac6;p=mothur.git diff --git a/mothur.h b/mothur.h index f8ec323..57ece67 100644 --- a/mothur.h +++ b/mothur.h @@ -85,6 +85,7 @@ using namespace std; #define isnan(x) ((x) != (x)) #define isinf(x) (fabs(x) == std::numeric_limits::infinity()) + typedef unsigned long ull; struct IntNode {