KPG1_FILLx

Sets all elements in a vectorised array to a specified value

Description:

This routine sets all the pixels in a one-dimensional array to a specified value.

Invocation

CALL KPG1_FILL <T >( VALUE, EL, ARRAY, STATUS )

Arguments

VALUE = ? (Given)
Value to be substituted in every pixel.
EL = INTEGER (Given)
The dimension of the array to be filled with a constant.
ARRAY( EL ) = ? (Returned)
The output array containing a single value.
STATUS = INTEGER (Given & Returned)
Global status value

Notes: