Difference between revisions of "IXFcatarray dataset 1d"

From LIBISIS
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 09:37, 4 April 2008

This function will concatenate an array of IXTdataset_1d objects which are all point data sets into a single IXTdataset_1d object.


F90 syntax

use IXMdataset_1d

type(IXTdataset_1d)::array_d1d(:), result_d1d
type(IXTstatus)::status

call IXFcatarray_dataset_1d(array_d1d,result_d1d,status)