Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the self.cur after each locate()
Before the self.cur was updated only for insertion/deletion, but in practice it makes sense (eg when interpolating at several locations) to update the self.cur, otherwise the walk starts from the same potentially far away point each time.
- Loading branch information