libsim
Versione6.3.0
|
Class to print a progress bar on the screen. Continua...
Attributi pubblici | |
double precision | min =0.0D0 |
minimum value of the progress interval Continua... | |
double precision | max =100.0D0 |
minimum value of the progress interval Continua... | |
Class to print a progress bar on the screen.
This class prints a progress bar on the screen, which can be updated by the calling program. At the moment the progress can only be displayed in percent (0-100) of the min-max progress interval, with a predefined format. The progress interval also defaults to 0-100 but it can be changed by the user after instantiating the object, but before updating it.
Definizione alla linea 386 del file char_utilities.F90.