![]() |
(git:9754b87)
|
Public Member Functions | |
character(len=25) function | cp_int_to_string (i, fmt) |
converts an int to a string (should be a variable length string, but that does not work with all the compilers) | |
character(len=25) function | cp_real_dp_to_string (val, fmt) |
Convert a double precision real in a string (should be a variable length string, but that does not work with all the compilers) | |
elemental character(len=1) function | cp_logical_to_string (val) |
convert a logical in a string ('T' or 'F') | |
Definition at line 90 of file cp_log_handling.F.
character(len=25) function cp_log_handling::cp_to_string::cp_int_to_string | ( | integer, intent(in) | i, |
character(len=*), optional | fmt | ||
) |
converts an int to a string (should be a variable length string, but that does not work with all the compilers)
i | the integer to convert |
fmt | Optional format string |
Definition at line 735 of file cp_log_handling.F.
character(len=25) function cp_log_handling::cp_to_string::cp_real_dp_to_string | ( | real(kind=dp), intent(in) | val, |
character(len=*), optional | fmt | ||
) |
Convert a double precision real in a string (should be a variable length string, but that does not work with all the compilers)
val | the number to convert |
fmt | Optional format string |
Definition at line 772 of file cp_log_handling.F.
elemental character(len=1) function cp_log_handling::cp_to_string::cp_logical_to_string | ( | logical, intent(in) | val | ) |
convert a logical in a string ('T' or 'F')
val | the number to convert |
Definition at line 797 of file cp_log_handling.F.