- Added a multiple histogram memory control module. This required a
tiny change in the countable interface which in turn required updating of header file includes in a lot of files. - Some small fixes to TRICS writing as well.
This commit is contained in:
4
napi.h
4
napi.h
@@ -33,7 +33,7 @@
|
||||
|
||||
For further information, see <http://www.neutron.anl.gov/NeXus/>
|
||||
|
||||
$Id: napi.h,v 1.2 2000/02/21 08:11:15 cvs Exp $
|
||||
$Id: napi.h,v 1.3 2001/06/08 15:18:37 cvs Exp $
|
||||
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
@@ -241,6 +241,8 @@ extern "C" {
|
||||
NXstatus NXclosegroup(NXhandle handle);
|
||||
|
||||
NXstatus NXmakedata (NXhandle handle, CONSTCHAR* label, int datatype, int rank, int dim[]);
|
||||
NXstatus NXsetdimname(NXhandle handle, int iDim, CONSTCHAR *name);
|
||||
|
||||
NXstatus NXopendata (NXhandle handle, CONSTCHAR* label);
|
||||
NXstatus NXcompress (NXhandle handle, int compr_type);
|
||||
NXstatus NXclosedata(NXhandle handle);
|
||||
|
||||
Reference in New Issue
Block a user