-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug and get rid of warnings in ECCO algorithm
An implementation of `algorithm::do_step()` is supposed to return the length of the step that was taken by the algorithm. In our ECCO implementation, it instead returned the size of the *next* step. This commit fixes that, plus gets rid of a couple of signed-unsigned comparison warnings.
- Loading branch information
1 parent
69a407c
commit 458119a
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters