Home
last modified time | relevance | path

Searched defs:d_get_p_val (Results 1 – 2 of 2) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/fdict/src/
H A Ddictionary_pp.F90876 subroutine d_get_p_val(val,d,key,dealloc) subroutine
877 type(variable_t), intent(inout) :: val
878 type(dictionary_t), intent(inout) :: d
879 character(len=*), intent(in), optional :: key
880 logical, intent(in), optional :: dealloc
881 type(dictionary_t) :: ld
882 integer :: hash, lhash
/dports/science/siesta/siesta-4.1.5/Src/fdict/sources/src/
H A Ddictionary.f90966 subroutine d_get_p_val(val,d,key,dealloc) subroutine
967 type(variable_t), intent(inout) :: val
968 type(dictionary_t), intent(inout) :: d
969 character(len=*), intent(in), optional :: key
970 logical, intent(in), optional :: dealloc
971 type(dictionary_t) :: ld
972 integer :: hash, lhash