MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
IntArray
Interface
4 statements
Source File
IntArray.F90
pFIO_IntArrayMod
IntArray
Contents
Module Procedures
new_IntArray_1d
new_IntArray_1d_size
public interface IntArray
Module Procedures
private function new_IntArray_1d(values, rc) result(attr)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
values
(:)
integer,
intent(out),
optional
::
rc
Return Value
type(
IntArray
)
private function new_IntArray_1d_size(size, rc) result(attr)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=INT64),
intent(in)
::
size
integer,
intent(out),
optional
::
rc
Return Value
type(
IntArray
)