read_shtc Subroutine

public subroutine read_shtc(g, h, n)

populate g(:,:), h(:,:)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(out) :: g(0:n,0:n)
real(kind=real64), intent(out) :: h(0:n,0:n)
integer, intent(in) :: n

size of g and h