|
elemental subroutine, public soptio_d |
( |
double precision, intent(in), optional |
var, |
|
|
double precision, intent(out) |
optio_d |
|
) |
| |
Set the output value to input, if input is present, otherwise set it to missing value.
- Parametri
-
[in] | var | variable to be checked |
[out] | optio_d | equal to var if present, otherwise equal to the corresponding missing value |
Definizione alla linea 211 del file optional_values.f90.
|