fdf_get Interface

public interface fdf_get

Contents


Module Procedures

public function fdf_integer(label, default, line)

Arguments

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

Return Value integer(kind=ip)

public function fdf_single(label, default, line)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: label
real(kind=sp) :: default
type(line_dlist), optional, pointer :: line

Return Value real(kind=sp)

public function fdf_double(label, default, line)

Arguments

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

Return Value real(kind=dp)

public function fdf_boolean(label, default, line)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: label
logical :: default
type(line_dlist), optional, pointer :: line

Return Value logical

public function fdf_string(label, default, line)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: label
character(len=*) :: default
type(line_dlist), optional, pointer :: line

Return Value character(len=80)

public function fdf_physical(label, default, defunit, line)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: label
real(kind=dp) :: default
character(len=*) :: defunit
type(line_dlist), optional, pointer :: line

Return Value real(kind=dp)