tem_tools_test Program

Uses

  • program~~tem_tools_test~~UsesGraph program~tem_tools_test tem_tools_test module~env_module env_module program~tem_tools_test->module~env_module module~tem_float_module tem_float_module program~tem_tools_test->module~tem_float_module module~tem_tools_module tem_tools_module program~tem_tools_test->module~tem_tools_module module~aotus_module aotus_module module~env_module->module~aotus_module module~flu_binding flu_binding module~env_module->module~flu_binding iso_fortran_env iso_fortran_env module~env_module->iso_fortran_env mpi mpi module~env_module->mpi module~tem_float_module->module~env_module module~tem_tools_module->module~env_module

Calls

program~~tem_tools_test~~CallsGraph program~tem_tools_test tem_tools_test proc~test_logical test_logical program~tem_tools_test->proc~test_logical proc~test_int test_int program~tem_tools_test->proc~test_int proc~test_character test_character program~tem_tools_test->proc~test_character proc~test_long test_long program~tem_tools_test->proc~test_long proc~test_real test_real program~tem_tools_test->proc~test_real interface~tem_getoptvalordef tem_getOptValOrDef proc~test_logical->interface~tem_getoptvalordef proc~test_int->interface~tem_getoptvalordef proc~test_character->interface~tem_getoptvalordef proc~test_long->interface~tem_getoptvalordef proc~test_real->interface~tem_getoptvalordef proc~tem_getoptvalordef_logical tem_getoptvalordef_logical interface~tem_getoptvalordef->proc~tem_getoptvalordef_logical proc~tem_getoptvalordef_real tem_getoptvalordef_real interface~tem_getoptvalordef->proc~tem_getoptvalordef_real proc~tem_getoptvalordef_int tem_getoptvalordef_int interface~tem_getoptvalordef->proc~tem_getoptvalordef_int proc~tem_getoptvalordef_char tem_getoptvalordef_char interface~tem_getoptvalordef->proc~tem_getoptvalordef_char proc~tem_getoptvalordef_long tem_getoptvalordef_long interface~tem_getoptvalordef->proc~tem_getoptvalordef_long

Contents


Variables

TypeAttributesNameInitial
logical :: res =.true.

Functions

function test_character(char) result(res)

Arguments

TypeIntentOptionalAttributesName
character, intent(in), optional :: char

Return Value character

function test_int(int) result(res)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in), optional :: int

Return Value integer

function test_logical(bool) result(res)

Arguments

TypeIntentOptionalAttributesName
logical, intent(in), optional :: bool

Return Value logical

function test_long(long) result(res)

Arguments

TypeIntentOptionalAttributesName
integer(kind=long_k), intent(in), optional :: long

Return Value integer(kind=long_k)

function test_real(float) result(res)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in), optional :: float

Return Value real(kind=rk)