Definition at line 25 of file prg_extras_mod.F90.
◆ to_string_double()
| character(len=:) function, allocatable prg_extras_mod::to_string::to_string_double |
( |
double precision, intent(in) |
x | ) |
|
|
private |
Convert double to string.
- Parameters
-
- Returns
- The string
Definition at line 80 of file prg_extras_mod.F90.
◆ to_string_integer()
| character(len=:) function, allocatable prg_extras_mod::to_string::to_string_integer |
( |
integer, intent(in) |
i | ) |
|
|
private |
Convert integer to string.
- Parameters
-
- Returns
- The string
Definition at line 46 of file prg_extras_mod.F90.
◆ to_string_long_long()
| character(len=:) function, allocatable prg_extras_mod::to_string::to_string_long_long |
( |
integer(kind=c_long_long), intent(in) |
i | ) |
|
|
private |
Convert integer to string.
- Parameters
-
- Returns
- The string
Definition at line 62 of file prg_extras_mod.F90.
The documentation for this interface was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/qmd-progress/checkouts/stable/src/prg_extras_mod.F90