IXFexpand arrayd2d dataset 2d
Revision as of 09:21, 4 April 2008 by Dean Whittaker (talk | contribs)
This routine will expand an IXTdataset_2d object into an array of IXTdataset_2d objects. If it is supplied an integer list array of valid indices, only those indices in the y array of the input IXTdataset_2d will be extracted.
F90 syntax
use IXMdataset_2d type(IXTdataset_2d)::dataset_2d type(IXTdataset_2d),allocatable:: arrayout_d2d(:) integer(i4b)::list(:) type(IXTstatus)::status call IXFexpand_arrayd2d_dataset_2d(dataset_2d,status,arrayout_d2d) call IXFexpand_arrayd2d_dataset_2d(dataset_2d,status,arrayout_d2d,list)