|
From: James B. <bi...@us...> - 2004-05-19 19:20:21
|
Update of /cvsroot/teem/teem/src/nrrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13156 Modified Files: privateNrrd.h Log Message: Added _nrrdCopyShallow Index: privateNrrd.h =================================================================== RCS file: /cvsroot/teem/teem/src/nrrd/privateNrrd.h,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** privateNrrd.h 30 Mar 2004 19:25:09 -0000 1.31 --- privateNrrd.h 19 May 2004 19:20:08 -0000 1.32 *************** *** 145,148 **** --- 145,149 ---- extern int _nrrdSizeCheck(int dim, const int *size, int useBiff); extern void _nrrdTraverse(Nrrd *nrrd); + extern int _nrrdCopyShallow (Nrrd *nout, const Nrrd *nin); #if TEEM_ZLIB |