read_kpointsfile_int Subroutine

public subroutine read_kpointsfile_int(nkpts, kpoints, areas, nsym, isym, filenamein)

Arguments

Type IntentOptional Attributes Name
integer, intent(out) :: nkpts
double precision, intent(out), allocatable :: kpoints(:,:)
double precision, intent(out), allocatable :: areas(:)
integer, intent(out) :: nsym
integer, intent(out), allocatable :: isym(:)
character(len=*), intent(in), optional :: filenamein