NAME

cxLookupDestroy - deletes a lookup table created by cxLookupCreate

C SPECIFICATION

#include <cx/Lookup.h>

void cxLookupDestroy(cxLookup *lut)

FORTRAN SPECIFICATION

subroutine cxLookupDestroy(lut)
integer lut

PARAMETERS

lut
Input lookup table to be deleted.

DESCRIPTION

Frees all storage allocated to the lookup table lut. The shared memory reference count of the lattice is decremented by one to indicate that it is no longer used in the lookup table structure.

SEE ALSO

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