X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=ReadIndex.h;h=293e4a3a651d35768fe3fe4dd4f8fb397ea48bb6;hp=61ecd1424eb077e69fee072df4c894a8712f0871;hb=92b24279a3ecc72946e7e7c23149ad0d181f373a;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387 diff --git a/ReadIndex.h b/ReadIndex.h index 61ecd14..293e4a3 100644 --- a/ReadIndex.h +++ b/ReadIndex.h @@ -9,7 +9,7 @@ #include "utils.h" struct ReadIndex { - long nReads; + READ_INT_TYPE nReads; int gap, nPos; std::streampos *index; @@ -45,7 +45,7 @@ struct ReadIndex { } //rid 0-based , return crid : current seeked rid - long locate(long rid, std::ifstream& out) { + READ_INT_TYPE locate(READ_INT_TYPE rid, std::ifstream& out) { if (index == NULL) { out.seekg(0, std::ios::beg); return 0;