Home
last modified time | relevance | path

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

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_io/
H A Dhsdutils.F902982 subroutine createChild_local(node, name, list, replace, child, variableValue) subroutine
2985 type(fnode), pointer :: node
2988 character(len=*), intent(in) :: name
2991 logical, intent(in) :: list
2994 logical, intent(in) :: replace
2997 type(fnode), pointer :: child
3000 character(len=*), intent(in), optional :: variableValue
3002 type(fnode), pointer :: parent, oldChild, child2, text, dummy
3003 character(len=len(name)) :: loName
3004 type(string) :: newName, parentname