]> git.donarmstrong.com Git - bamtools.git/commit
Fixed Rewind(). Now using LoadNextAlignment() instead of GetNextAlignmentCore()...
authorDerek <derekwbarnett@gmail.com>
Thu, 15 Jul 2010 18:04:16 +0000 (14:04 -0400)
committerDerek <derekwbarnett@gmail.com>
Thu, 15 Jul 2010 18:04:16 +0000 (14:04 -0400)
commitf6288f9f90747418a5d3c61b7713bee8e3a16112
treedabf89f516d39d529bdff6ab68e9caeffce7c170
parent8e67ee2fda266e4c315bbd5688c341f827357251
Fixed Rewind().  Now using LoadNextAlignment() instead of GetNextAlignmentCore(). GNAC() does region checks which, in this case of clearing prior region data, are unnecessary at best and most likely erroneous.
BamReader.cpp