Changeset 1281
- Timestamp:
- 30/09/09 13:43:27 (3 years ago)
- File:
-
- 1 edited
-
branches/4.2/src/napi5.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/napi5.c
r1262 r1281 1737 1737 } 1738 1738 /* map datatypes of other plateforms */ 1739 if (data_id ==H5T_STRING)1739 if (data_id == H5T_STRING) 1740 1740 { 1741 1741 dims = H5Tget_size(pFile->iCurrentT); … … 1759 1759 pFile->iCurrentS, H5P_DEFAULT,data); 1760 1760 } 1761 /* cleanup */ 1762 if (data_id == H5T_STRING) { /* we used H5Tcopy */ 1763 H5Tclose(memtype_id); 1764 } 1765 H5Sclose(memspace); 1761 1766 1762 1767 if (iRet < 0) 1768 1763 1769 { 1764 1770 NXIReportError (NXpData, "ERROR: Reading slab failed");
Note: See TracChangeset
for help on using the changeset viewer.
