tem_getoptvalordef_real Function

private function tem_getoptvalordef_real(value, default) result(res)

returns the optional value, if present, or the default.

this convenience routine encapsulates the check for an optional argument.

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), optional :: value

the optional value to check for

real(kind=rk) :: default

the default to use when the optional value is not present.

Return Value real(kind=rk)

the result


Called by

proc~~tem_getoptvalordef_real~~CalledByGraph proc~tem_getoptvalordef_real tem_getoptvalordef_real interface~tem_getoptvalordef tem_getOptValOrDef interface~tem_getoptvalordef->proc~tem_getoptvalordef_real proc~test_logical test_logical proc~test_logical->interface~tem_getoptvalordef proc~test_int test_int proc~test_int->interface~tem_getoptvalordef proc~test_character test_character proc~test_character->interface~tem_getoptvalordef proc~test_long test_long proc~test_long->interface~tem_getoptvalordef proc~test_real test_real proc~test_real->interface~tem_getoptvalordef program~tem_tools_test tem_tools_test program~tem_tools_test->proc~test_logical program~tem_tools_test->proc~test_int program~tem_tools_test->proc~test_character program~tem_tools_test->proc~test_long program~tem_tools_test->proc~test_real

Contents

None