X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBamAlignment.h;h=3b906ececc390371de4e05b41e65b6da686bbef1;hb=d776d518237008a804656ff27e9f06707d032ae2;hp=b09649974dfd61c01c3d3704fdcf0dc2d111775f;hpb=2e1822c9ed231b25fd474117a01a1492d4209fa4;p=bamtools.git diff --git a/src/api/BamAlignment.h b/src/api/BamAlignment.h index b096499..3b906ec 100644 --- a/src/api/BamAlignment.h +++ b/src/api/BamAlignment.h @@ -103,7 +103,7 @@ struct API_EXPORT BamAlignment { bool BuildCharData(void); // calculates alignment end position - int GetEndPosition(bool usePadded = false, bool zeroBased = true) const; + int GetEndPosition(bool usePadded = false, bool closedInterval = false) const; // returns a description of the last error that occurred std::string GetErrorString(void) const;