showProgress Subroutine

public subroutine showProgress(m, p)

Show a progress bar with a message

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: m

Message to show

real(kind=wp), intent(in) :: p

Progress level


Calls

proc~~showprogress~~CallsGraph proc~showprogress showProgress proc~real2char real2char proc~showprogress->proc~real2char proc~colorize colorize proc~showprogress->proc~colorize

Contents

None