X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=ReadIndex.h;h=293e4a3a651d35768fe3fe4dd4f8fb397ea48bb6;hp=61ecd1424eb077e69fee072df4c894a8712f0871;hb=9eef8b58056b7cdaad1b4bdb2b2904d9fc0ff430;hpb=f67ec16ff8add74c17df026f77cf39e5a1aca051 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;