FLDFget_cell_data_ncomp
FLDFset_cell_data_ncomp
Synopsis
get/set the number of cell data components (ncell_data) in a cell set
INTEGER FLDFget_cell_data_ncomp (cell_set, ncell_comp)
INTEGER cell_set(OIDSIZ)
INTEGER ncell_comp
INTEGER FLDFset_cell_data_ncomp (
INTEGER cell_set(OIDSIZ)
INTEGER ncell_comp
Description
These routines get/set the number of cell data components (ncell_data) in a cell set.
Parameters
field
The integer id of a cell_set, such as that produced by the FLDFget_cell_set routine.
ncell_comp
ncell_comp
In FLDFget_cell_data_ncomp, ncell_comp is the number of components (ncell_data) that will be returned.
In FLDFset_cell_data_ncomp, ncell_comp is an integer that sets the number of components (ncell_data).