Skip to content

Commit

Permalink
Fix check() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Pravda committed May 27, 2020
1 parent 6ba7c6b commit eace5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mis.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Array* mis(Graph *input)
push(u, pile);
}

Array *l = check(graph);
Array *l = check();

while(deleted->size != 0)
graph->mark[pop(deleted)] ^= OUT;
Expand Down

0 comments on commit eace5bb

Please sign in to comment.