]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamAlignment.h
Converted intervals from 0-based, CLOSED to 0-based, HALF-OPEN
[bamtools.git] / src / api / BamAlignment.h
index b09649974dfd61c01c3d3704fdcf0dc2d111775f..3b906ececc390371de4e05b41e65b6da686bbef1 100644 (file)
@@ -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;