real_to_string Subroutine

public subroutine real_to_string(rval, real_fmt, compact_real, str)

Arguments

Type IntentOptional AttributesName
real(kind=RK), intent(in) :: rval

real value.

character(kind=CDK,len=*), intent(in) :: real_fmt

format for real numbers

logical(kind=LK), intent(in) :: compact_real

compact the string so that it is displayed with fewer characters

character(kind=CK,len=*), intent(out) :: str

rval converted to a string.


Variables

TypeVisibility AttributesNameInitial
integer(kind=IK), public :: istat