Remove need for hdf5_hl.h (so no need for unsupported configuration of HDF5)
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
#include <hdf5.h>
|
||||
#include <hdf5_hl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -228,7 +227,7 @@ int get_frame_from_chunk(const struct ds_desc_t *desc, const char *ds_name,
|
||||
c_buffer = buffer;
|
||||
}
|
||||
|
||||
if (H5DOread_chunk(d_id, H5P_DEFAULT, c_offset, &c_filter_mask, c_buffer) <
|
||||
if (H5Dread_chunk(d_id, H5P_DEFAULT, c_offset, &c_filter_mask, c_buffer) <
|
||||
0) {
|
||||
char message[128];
|
||||
sprintf(message,
|
||||
|
||||
Reference in New Issue
Block a user