Toggle navigation
libfdf
Overview
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
convert_array_of_chars_to_string
Subroutine
FreeBSD Documentation License
10 statements
Source File
utils.F90
fdf_utils
convert_array_of_chars_to_string
Contents
public subroutine convert_array_of_chars_to_string(arr, str)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=1),
intent(in),
dimension(:)
::
arr
character(len=*),
intent(out)
::
str
Contents