TRN_NEW

Create new transformation

Description:

Create a new transformation and return a locator to it. The transformation is stored as a new component in an existing HDS structure, or may be assigned to a temporary object if required.

Invocation

CALL TRN_NEW( NVIN, NVOUT, FOR, INV, PREC, COMM, ELOC,
NAME, LOCTR, STATUS )

Arguments

NVIN = I
Number of input variables.
NVOUT = I
Number of output variables.
FOR = C(NVOUT)
Array of forward transformation functions.
INV = C(NVIN)
Array of inverse transformation functions.
PREC = CPRC
Precision specification.
COMM = C
Comment string.
ELOC = CLOC
Locator to an enclosing structure to contain the new object.
NAME = CNAM
HDS name of the new structure component.
LOCTR = CLOC
Locator to the newly created transformation.
STATUS = I
Inherited error status.

Notes: