real2char Function

public pure function real2char(a, f, l) result(o)

Convert a real to a character

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in) :: a

Real value to convert

character, intent(in), optional :: f

Format of result

integer, intent(in), optional :: l

Length of result

Return Value character,allocatable


Called by

proc~~real2char~~CalledByGraph proc~real2char real2char proc~showprogress showProgress proc~showprogress->proc~real2char

Contents

None