Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character, | public | :: | source | = | 'D' | ||
character(len=max_paramter_name_len), | public | :: | name | ||||
real(kind=real_8), | public | :: | val | ||||
real(kind=real_8), | public | :: | defval |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR), | intent(inout) | :: | this | |||
class(*), | intent(out) | :: | env_val |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR_REAL), | intent(inout) | :: | this | |||
real(kind=real_8), | intent(in), | optional | :: | real_val |
TYPE, EXTENDS(CONF_PAR) :: CONF_PAR_REAL
REAL(KIND=real_8) :: val, defval
CONTAINS
PROCEDURE :: set => set_conf_par_real
END TYPE CONF_PAR_REAL