Function print_progressbar#

Function Documentation#

void print_progressbar(double i, double imax)#

Print a progress bar in the command line.

Parameters:
  • i[in] Double representing current development.

  • imax[in] Double representing the maximum (or target) value to reach.