Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.1.0/doc/ssclib/node104.html
Дата изменения: Mon Jul 9 01:26:56 2007 Дата индексирования: Sat Dec 22 09:49:08 2007 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
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