public interface optval
Fallback value for optional arguments
(Specification)
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in), |
optional |
|
:: |
x |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
default |
|
Return Value
real(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in), |
optional |
|
:: |
x |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
default |
|
Return Value
real(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in), |
optional |
|
:: |
x |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
default |
|
Return Value
integer(kind=int8)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in), |
optional |
|
:: |
x |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
default |
|
Return Value
integer(kind=int16)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in), |
optional |
|
:: |
x |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
default |
|
Return Value
integer(kind=int32)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in), |
optional |
|
:: |
x |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
default |
|
Return Value
integer(kind=int64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in), |
optional |
|
:: |
x |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
default |
|
Return Value
complex(kind=sp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in), |
optional |
|
:: |
x |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
default |
|
Return Value
complex(kind=dp)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
logical,
|
intent(in), |
optional |
|
:: |
x |
|
logical,
|
intent(in) |
|
|
:: |
default |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in), |
optional |
|
:: |
x |
|
character(len=*),
|
intent(in) |
|
|
:: |
default |
|
Return Value
character(len=:), allocatable