diff options
-rwxr-xr-x | examples/testh5cc.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in index 07c84ef..48a745c 100755 --- a/examples/testh5cc.sh.in +++ b/examples/testh5cc.sh.in @@ -117,8 +117,8 @@ EOF # Generate HDF5 Main Program: # An HDF5 sample program that calls hdf5 functions. cat > $hdf5main <<EOF -#include "hdf5.h" #define H5_USE_16_API +#include "hdf5.h" #define H5FILE_NAME "tmp.h5" int main (void) |