removed hdf5 c, only c++

This commit is contained in:
Dhanya Maliakal
2016-12-14 18:19:29 +01:00
parent f8b34a16dd
commit cdcb413241
2 changed files with 2 additions and 141 deletions

View File

@ -27,10 +27,9 @@
#ifdef HDF5C
#include "H5Cpp.h"
//#ifndef H5_NO_NAMESPACE
#ifndef H5_NO_NAMESPACE
using namespace H5;
//#endif
//#include "hdf5.h"
#endif
#endif
/**
@ -647,11 +646,6 @@ private:
DataSet *hdf5_datasetId[MAX_NUMBER_OF_WRITER_THREADS];
H5File *hdf5_fileId[MAX_NUMBER_OF_WRITER_THREADS];
hid_t hdf5_datatype;
/*hid_t hdf5fileId[MAX_NUMBER_OF_WRITER_THREADS];
hid_t hdf5DatasetId[MAX_NUMBER_OF_WRITER_THREADS];
hid_t hdf5DataspaceId[MAX_NUMBER_OF_WRITER_THREADS];
hid_t hdf5DataType;*/
#endif
//***acquisition indices/count parameters***
/** Frame Number of First Frame of an entire Acquisition (including all scans) */