histogram_get_range Subroutine

public subroutine histogram_get_range(h, index, lower, upper)

Arguments

Type IntentOptional Attributes Name
type(histogram), intent(in) :: h
integer, intent(in) :: index
real(kind=8), intent(out) :: lower
real(kind=8), intent(out) :: upper

Called by

proc~~histogram_get_range~2~~CalledByGraph proc~histogram_get_range~2 histogram_get_range proc~histogram_print~2 histogram_print proc~histogram_print~2->proc~histogram_get_range~2