Skip to content

Commit 2105980

Browse files
Another bugfix in the folder parser
1 parent 1e1a13b commit 2105980

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ void mwis_populate_solutions(graph *g, chils *c, const char *dir_path, int verbo
9696
}
9797

9898
closedir(dir);
99+
return I;
99100
}
100101

101102
const char *help = "CHILS --- Concurrent Hybrid Iterated Local Search\n"

0 commit comments

Comments
 (0)