Skip to content

Commit

Permalink
Flushing the buffer to be able to save command line output to file
Browse files Browse the repository at this point in the history
  • Loading branch information
krooken committed Feb 24, 2021
1 parent 42d5f09 commit 355e339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions espresso-src/cvrout.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void fprint_pla(FILE *fp, pPLA PLA, int output_type)
fprintf(fp, ".end\n");
}
}
fflush(fp);
}

void fpr_header(FILE *fp, pPLA PLA, int output_type)
Expand Down

0 comments on commit 355e339

Please sign in to comment.