find_cubeids_int Subroutine

subroutine find_cubeids_int(nkpts_in, kpoints_in, bounds, nCub3, cubeids)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nkpts_in
double precision, intent(in) :: kpoints_in(3,nkpts_in)
double precision, intent(in) :: bounds(3,2)
integer, intent(in) :: nCub3(3)
integer, intent(out), allocatable :: cubeids(:)