IXTdatum array

From LIBISIS
Revision as of 13:49, 2 April 2008 by Dean Whittaker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a FORTRAN 90 derived data type which contains a signal array and an associated error array. These elements are private to the object but can be defined or retrieved using the set/get routines repectively.

The elements of the object are as follows:

Element Type Description
signal (:) real (ptr) signal array
error (:) real (ptr) error array


F90 syntax use IXMdatum_array

type(IXTdatum):: array type(IXTstatus):: status