Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions run_hmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ int main (int argc, char **argv) {
destroySemaphores();

printf("Run finished with %d threads.\n", threadnum);

return EXIT_SUCCESS;
}

int read_seq_into_buffer(FASTAFILE* ffp, thread_data* thread_data, unsigned int buf) {
Expand Down