MFIX  2016-1
progress_bar_mod.f
Go to the documentation of this file.
1  MODULE progress_bar
2 
3  INTEGER :: bar_width
4  CHARACTER (LEN=1) :: bar_char
5  DOUBLE PRECISION :: bar_resolution
6  LOGICAL :: print_progress_bar
7 
8  END MODULE progress_bar
integer bar_width
double precision bar_resolution
logical print_progress_bar
character(len=1) bar_char