NAME

cxVecDel - delete a vector of elements.

C SPECIFICATION

#include <cx/DataAccess.h>

void cxVecDel(void *src)

FORTRAN SPECIFICATION

subroutine cxVecDel(src)
integer src

PARAMETERS

src
Pointer to a vector of elements.

DESCRIPTION

cxVecDel frees the vector of elements pointed to by src, which was returned by a previous call to cxVecNew or cxVecDup.

SEE ALSO

cxVecNew(3E), cxVecDup(3E)
Last modified: Mon Nov 18 13:54:00 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996