Changeset 975
- Timestamp:
- 27/11/07 13:17:28 (4 years ago)
- Location:
- trunk
- Files:
-
- 30 added
- 2 edited
-
bindings/idl (added)
-
bindings/idl/Makefile (added)
-
bindings/idl/NXtest.h5 (added)
-
bindings/idl/NXtest.hdf (added)
-
bindings/idl/NXtest.xml (added)
-
bindings/idl/NeXusIDL-API.c (added)
-
bindings/idl/NeXusIDL-API.def (added)
-
bindings/idl/NeXusIDL-API.dlm (added)
-
bindings/idl/NeXusIDL-API.export (added)
-
bindings/idl/README.html (added)
-
bindings/idl/build_testmodule.pro (added)
-
bindings/idl/build_win.bat (added)
-
bindings/idl/data (added)
-
bindings/idl/data/dmc01.h5 (added)
-
bindings/idl/data/dmc01.hdf (added)
-
bindings/idl/data/dmc01.xml (added)
-
bindings/idl/data/dmc02.h5 (added)
-
bindings/idl/data/dmc02.hdf (added)
-
bindings/idl/data/dmc02.xml (added)
-
bindings/idl/data/focus2007n001335.hdf (added)
-
bindings/idl/handle.c (added)
-
bindings/idl/handle.h (added)
-
bindings/idl/nxext.h5 (added)
-
bindings/idl/nxext.hdf (added)
-
bindings/idl/nxext.xml (added)
-
bindings/idl/read_test.pro (added)
-
bindings/idl/recursiveread.pro (added)
-
bindings/idl/recursivesearch.pro (added)
-
bindings/idl/testfocus.pro (added)
-
bindings/idl/write_test.pro (added)
-
include/napiconfig.h (modified) (1 diff)
-
src/napi5.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/napiconfig.h
r793 r975 13 13 typedef short int int16_t; 14 14 typedef int int32_t; 15 typedef long int64_t; 15 16 typedef unsigned char uint8_t; 16 17 typedef unsigned short int uint16_t; 17 18 typedef unsigned int uint32_t; 19 typedef unsigned long uint64_t; 18 20 19 21 #endif /* HAVE_STDINT_H */ -
trunk/src/napi5.c
r970 r975 971 971 myStart[i] = iStart[i]; 972 972 mySize[i] = iSize[i]; 973 size[i] = maxdims[i];973 size[i] = iSize[i]; 974 974 } 975 975 if (H5Tget_class(pFile->iCurrentT) == H5T_STRING) … … 1816 1816 } 1817 1817 strcpy(pName, iname); 1818 free(iname); 1818 1819 iname = NULL; 1819 free(iname);1820 1820 } else { 1821 1821 strcpy(pName,"What is this?");
Note: See TracChangeset
for help on using the changeset viewer.
