pyPDAF.PDAF.flush_fortran_stdout

pyPDAF.PDAF.flush_fortran_stdout() None

Flush the Fortran standard output buffer.

This function is useful when Fortran code is called from Python and the output is buffered. It ensures that all output is printed to the console immediately.