NAME

cxLatRootDup - duplicate a lattice without data or coordinates

C SPECIFICATION

#include <cx/DataAccess.h>

cxLattice *cxLatRootDup(cxLattice *src)

FORTRAN SPECIFICATION

integer function cxLatRootDup(src)
integer src

PARAMETERS

src
Lattice to be duplicated.

FUNCTION RETURN VALUE

Returns pointer to a duplicate of src, with no data or coordinates.

DESCRIPTION

cxLatRootDup duplicates the lattice in src and returns a pointer to the duplicate. Only the shape and size information in the lattice (nDim and the dims vector) are duplicated. The data and coordinates in src are not copied.
Last modified: Mon Nov 18 13:50:26 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996