Prints the ranges to standard output.
subroutine dumpRanges(ranges) type(RangeT), intent(in) :: ranges(:) end subroutine dumpRanges
***** andIntervals