eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
init
Interface
3 statements
Source File
m_String.F90
m_String
init
Contents
Module Procedures
initc_
initc1_
inits_
public interface init
Module Procedures
private subroutine initc_(str, chr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(out)
::
str
character(len=*),
intent(in)
::
chr
private subroutine initc1_(str, chr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(out)
::
str
character(len=1),
intent(in),
dimension(:)
::
chr
private subroutine inits_(oStr, iStr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(out)
::
oStr
type(
String
),
intent(in)
::
iStr