*** empty log message ***
This commit is contained in:
16
nxcopy.h
Normal file
16
nxcopy.h
Normal 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_*/
|
Reference in New Issue
Block a user