expand_areas Subroutine

public subroutine expand_areas(nsym, nkpts_in, areas_in, areas_out)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsym
integer, intent(in) :: nkpts_in
double precision, intent(in) :: areas_in(nkpts_in)
double precision, intent(out), allocatable :: areas_out(:)