fdf_io Module



Contents


Variables

Type Visibility Attributes Name Initial
integer(kind=ip), private :: stderr = 0
integer(kind=ip), private :: stdout = 6
integer(kind=ip), private, parameter :: min_lun = 10
integer(kind=ip), private, parameter :: max_lun = 99
integer(kind=ip), private, parameter :: nunits = max_lun-min_lun+1
logical, private :: lun_is_free(min_lun:max_lun) = .TRUE.

Subroutines

public subroutine io_seterr(unit)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: unit

public subroutine io_setout(unit)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: unit

public subroutine io_geterr(unit)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: unit

public subroutine io_getout(unit)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: unit

public subroutine io_assign(lun)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: lun

public subroutine io_reserve(lun)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: lun

public subroutine io_close(lun)

Arguments

Type IntentOptional Attributes Name
integer(kind=ip), intent(inout) :: lun

public subroutine io_status()

Arguments

None