Legolas v. 2.3.0 - develop
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
real_array_tostring
Function
15 statements
Source File
mod_logging.f08
mod_logging
real_array_tostring
Contents
private pure function real_array_tostring(array, fmt) result(string)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
array
(:)
The input array of real numbers
character(len=*),
intent(in),
optional
::
fmt
Optional format for real numbers
Return Value
character(len=:), allocatable