IXFcontract arrayd2d dataset 2d

From LIBISIS
Jump to navigation Jump to search

This routine will contract an array of IXTdataset_2d objects into a single IXTdataset_2d object. It assumes that the x array, name , title, s_units, x_units and y_units for the first object in the array apply to all the elements in the array.


F90 syntax

use IXMdataset_2d

type(IXTdataset_2d):: arrayin_d2d(:), dataset_2d

type(IXTstatus)::status

call IXFcontract_dataset_2d(array_in_d2d,dataset_2d,status)