QR_MUMPS
Data Types | Modules | Functions/Subroutines | Variables
qrm_string_mod.F90 File Reference

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'
 

Detailed Description

This file contains a module that implements string handling tools.

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_string_mod.F90.