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

cxCoord(3E), cxCoordNew(3E), cxCoordNVarGet(3E)
Last modified: Mon Nov 18 13:47:38 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996