PSI sics-cvs-psi-2008-10-02

This commit is contained in:
2008-10-02 00:00:00 +00:00
committed by Douglas Clowes
parent 6e926b813f
commit 4baffb9b7a
304 changed files with 77527 additions and 3612 deletions

16
nxcopy.h Normal file
View File

@@ -0,0 +1,16 @@
/**
* This defines a couple of Tcl functions which allow to copy data from the
* nxdataset's returned from the swig Tcl interface to NeXus files into
* SICS data structures.
*
* copyright: see file COPYRIGHT
*
* Mark Koennecke, October 2007
*/
#ifndef NXCOPY_H_
#define NXCOPY_H_
#include <tcl.h>
int NXcopy_Init(Tcl_Interp *pTcl);
#endif /*NXCOPY_H_*/