fdf_list Interface

public interface fdf_list

Contents


Module Procedures

public subroutine fdf_linteger(label, ni, list, line)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: label
integer(kind=ip) :: ni
integer(kind=ip) :: list(ni)
type(line_dlist), optional, pointer :: line

public subroutine fdf_ldouble(label, nv, list, line)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: label
integer(kind=ip) :: nv
real(kind=dp) :: list(nv)
type(line_dlist), optional, pointer :: line