Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/6.5.0/doc/ssclib/node99.html
Дата изменения: Tue Aug 16 01:58:15 2005 Дата индексирования: Sat Dec 22 08:07:21 2007 Кодировка: |
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