NAME

cxCoordNVarSet - set number of coordinate values

C SPECIFICATION

#include <cx/DataAccess.h>

void cxCoordNVarSet(cxCoord *coord, long nCoordVar)

FORTRAN SPECIFICATION

subroutine(coord, nCoordVar)
integer coord, nCoordVar

PARAMETERS

coord
Coordinate data structure.
nCoordVar
Number of elements per coordinate point.

DESCRIPTION

cxCoordNVarSet sets the number of coordinate variables for curvilinear coordinates. Uniform and perimeter coordinates require that the number of coordinate variables be the same as nDim (the dimensionality of the data space), so this routine has no effect on them and returns without an error code. The coordinate type field must have been previously set for this decision to be made.

SEE ALSO

cxCoordNew(3E), cxCoordNVarGet(3E)
Last modified: May 26 11:56 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999