hdf5 basic works

This commit is contained in:
Dhanya Maliakal
2017-05-12 14:33:01 +02:00
parent f53770a2fc
commit b7291dffb9
2 changed files with 13 additions and 7 deletions

View File

@ -355,9 +355,9 @@ public:
*/
static int CreateDataFile(int ind, bool owenable, string fname, bool frindexenable,
uint64_t fnum, uint64_t nDimx, uint32_t nDimy, uint32_t nDimz,
DataType dtype, H5File*& fd, DataSpace* dspace, DataSet* dset,
DataType dtype, H5File*& fd, DataSpace*& dspace, DataSet*& dset,
double version, uint64_t maxchunkedimages,
DataSpace* dspace_para, DataSet* dset_para[])
DataSpace*& dspace_para, DataSet* dset_para[])
{
try {
Exception::dontPrint(); //to handle errors