Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node104.html
Дата изменения: Wed Jul 2 03:52:41 2008
Дата индексирования: Fri Sep 5 19:37:53 2008
Кодировка:
orRangesPair XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0]

andRangesPair Routines which act on dumpRanges Home Index

Meta Index / Home Page / DSS utilities / Routines which act on


orRangesPair

This function takes as input two sequences of ranges and returns a sequence which contains the sum of the input ranges. The returned sequence of ranges is well-formed but, in contrast to the function andRangesPair(), the inputs are not required to be well-formed. NOTE however that the same considerations re pointer deallocation also apply here.

  function orRangesPair(rangesA, rangesB) result(oredRanges)
    type(RangeT), intent(in) :: rangesA(:), rangesB(:)
    type(RangeT), pointer    :: oredRanges(:)
  end function orRangesPair



XMM-Newton SOC/SSC -- 2008-07-01