libsim  Versione7.1.6
subroutine progress_line_update_d ( class(progress_line), intent(inout)  this,
double precision, intent(in)  val 
)
private

Update a progress line with a new value.

This subroutine updates the progress line object with a new double precision value val. Values outside the range thismin, thismax are truncated. If val is equal or greter maximum the progress bar is closed so that a new line can be printed. When a progress_line object reaches its maximum it can no more be updated and/or closed. Use the interface method update rather than this subroutine directly.

Parametri
[in,out]thisprogress_line object to be updated
[in]valnew value

Definizione alla linea 1427 del file char_utilities.F90.


Generated with Doxygen.