public interface input
It returns a value from defalut value when no optional value is given, and returns the optional value only if it is given.
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
default |
|
integer(kind=int32),
|
intent(in), |
optional |
|
:: |
option |
|
Return Value
integer(kind=int32)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
default |
|
real(kind=real64),
|
intent(in), |
optional |
|
:: |
option |
|
Return Value
real(kind=real64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real32),
|
intent(in) |
|
|
:: |
default |
|
real(kind=real32),
|
intent(in), |
optional |
|
:: |
option |
|
Return Value
real(kind=real32)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=real64),
|
intent(in) |
|
|
:: |
default |
|
complex(kind=real64),
|
intent(in), |
optional |
|
:: |
option |
|
Return Value
complex(kind=real64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
default(:) |
|
integer(kind=int32),
|
intent(in), |
optional |
|
:: |
option(:) |
|
Return Value
integer(kind=int32), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
default(:) |
|
real(kind=real64),
|
intent(in), |
optional |
|
:: |
option(:) |
|
Return Value
real(kind=real64), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
default(:,:) |
|
integer(kind=int32),
|
intent(in), |
optional |
|
:: |
option(:,:) |
|
Return Value
integer(kind=int32), allocatable, (:,:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
default(:,:) |
|
real(kind=real64),
|
intent(in), |
optional |
|
:: |
option(:,:) |
|
Return Value
real(kind=real64), allocatable, (:,:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
default |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
option |
|
Return Value
character(len=200)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
logical,
|
intent(in) |
|
|
:: |
default |
|
logical,
|
intent(in), |
optional |
|
:: |
option |
|
Return Value
logical