Skip to content

Commit

Permalink
added missing flush
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Sep 10, 2020
1 parent b96cfb7 commit 289a391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gkmexplain.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ void predict_and_explain(FILE *input, FILE *output, int mode)
}
}
fprintf(output, "\n");
fflush(output);

//free explanation
for (i=0; i<MAX_SEQ_LENGTH; i++) {
Expand Down

0 comments on commit 289a391

Please sign in to comment.