Skip to content

Commit

Permalink
fflush
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Jun 22, 2023
1 parent b142124 commit e7a6c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/f5c.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,8 @@ void output_db(core_t* core, db_t* db) {
}
}
}
fflush(stdout);

//core->read_index = core->read_index + db->n_bam_rec;
double output_end = realtime();
core->output_time += (output_end-output_start);
Expand Down
2 changes: 0 additions & 2 deletions src/meth_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,5 @@ int meth_main(int argc, char* argv[], int8_t mode) {
//free the core data structure
free_core(core,opt);

fflush(stdout);

return 0;
}

0 comments on commit e7a6c39

Please sign in to comment.