libsim
Versione7.1.6
|
Generic subroutine for checking OPTIONAL
parameters.
Continua...
Membri pubblici | |
elemental subroutine | soptio_b (var, optio_b) |
Set the output value to input, if input is present, otherwise set it to missing value. Continua... | |
elemental subroutine | soptio_s (var, optio_s) |
Set the output value to input, if input is present, otherwise set it to missing value. Continua... | |
elemental subroutine | soptio_l (var, optio_l) |
Set the output value to input, if input is present, otherwise set it to missing value. Continua... | |
elemental subroutine | soptio_r (var, optio_r) |
Set the output value to input, if input is present, otherwise set it to missing value. Continua... | |
elemental subroutine | soptio_d (var, optio_d) |
Set the output value to input, if input is present, otherwise set it to missing value. Continua... | |
elemental subroutine | soptio_c (var, optio_c) |
Set the output value to input, if input is present, otherwise set it to missing value. Continua... | |
elemental subroutine | soptio_log (var, optio_log) |
Set the output value to input, if input is present, otherwise set it to .FALSE. Continua... | |
Generic subroutine for checking OPTIONAL
parameters.
The generic interface has to be used instead of the specific one. It sets the output value to input, if input is present, otherwise it sets it to missing value.
Definizione alla linea 36 del file optional_values.f90.