Synopsis
get/set the size of data vector for cell data
INTEGER FLDFget_cell_data_veclen (cell_set, comp, veclen)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER veclen
Description
FLDFget_cell_data_units gets the veclen (size of data vector) for a specified component of a cell data.
This veclen is the second dimension of the values[nvals][veclen] data array.
Note: veclens are usually set as part of the FLDFset_cell_data_comp routine. Alternatively, you can use FLDFget_cell_data_veclen to set the veclen to an integer representing a pointer, then set the actual value later.
Parameters
cell_set
The integer id of cell set, such as that returned by the FLDFget_cell_set routine.
comp
An integer that specifies which component [0-n] of the Data_Array to use.
veclen
An integer in which the veclen (number of subcomponents) will be returned.