FiberBundleHDF5  FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
Loading...
Searching...
No Matches
hdf5inc.h
Go to the documentation of this file.
1/*
2 HDF5 include file, use this instead of hdf5.h
3 */
4
5#ifndef __F5_HDF5INC_H
6#define __F5_HDF5INC_H
7
8#if 0
9#define H5_USE_16_API 1
10#define H5_USE_16_API_DEFAULT 1
11#endif
12
13#if 0
14#if ( H5_VERS_MAJOR==1 && H5_VERS_MINOR==8 )
15/* switch v1.6.x compatibility API on for version 1.8.x */
16 #define ssize_t long
17#endif
18#endif
19
20#include <hdf5.h>
21
22#if (H5_VERS_MAJOR < 1)
23 #if (H5_VERS_MINOR < 6)
24 #if (H5_VERS_RELEASE < 1)
25
26 #error F5 Library requires at least HDF5 1.6.1 !
27
28 #include </dev/null>
29
30 #endif
31 #endif
32#endif
33
34#endif /* #define __F5_HDF5INC_H */
35