Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Jan 24, 2019
1 parent 3c4b775 commit 79f2cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genmap-algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void GenmapRSB(GenmapHandle h) {
while(h->Np(h->local) > 1) {
int global = (h->Np(h->local) == h->Np(h->global));
do {
maxIter = GenmapFiedler(h, h->local, maxIter, global);
iter = GenmapFiedler(h, h->local, maxIter, global);
ipass++;
global = 0;
} while(ipass < npass && iter < maxIter);
Expand Down

0 comments on commit 79f2cb2

Please sign in to comment.