XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-4.34) [xmmsas_20201028_0905-19.0.0]

copyRanges

Copies one vector of ranges to another.

NOTE! You should deallocate the pointer outRanges() after use.

  subroutine copyRanges(inRanges, outRanges)
    type(RangeT), intent(in) :: inRanges(:)
    type(RangeT), pointer    :: outRanges(:)
  end subroutine copyRanges



XMM-Newton SOC -- 2021-01-25