|
QR_MUMPS
|
This file contains a module that implements string handling tools. More...
Go to the source code of this file.
Data Types | |
| interface | qrm_string_mod::qrm_str_tolower |
| interface | qrm_string_mod::qrm_str_toupper |
Modules | |
| module | qrm_string_mod |
| This module contains various string handling routines. | |
Functions/Subroutines | |
| character(len=len(string)) function | qrm_string_mod::qrm_str_tolower (string) |
| character(len=len(string)) function | qrm_string_mod::qrm_str_toupper (string) |
Variables | |
| character(len=*), parameter | qrm_string_mod::lcase ='abcdefghijklmnopqrstuvwxyz' |
| character(len=*), parameter | qrm_string_mod::ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
This file contains a module that implements string handling tools.
Definition in file qrm_string_mod.F90.
1.8.11