eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
index
Interface
3 statements
Source File
m_List.F90
m_List
index
Contents
Module Procedures
index_
indexStr_
public interface index
Module Procedures
private function index_(aList, item)
Arguments
Type
Intent
Optional
Attributes
Name
type(
List
),
intent(in)
::
aList
character(len=*),
intent(in)
::
item
Return Value
integer
private function indexStr_(aList, itemStr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
List
),
intent(in)
::
aList
type(
String
),
intent(in)
::
itemStr
Return Value
integer