Mercurial > hg > octave-nkf
diff src/ov-re-mat.h @ 9881:b3089dba88bf
Remove HDF5 cruft for older versions of HDF5
author | Kacper Kowalik |
---|---|
date | Sat, 28 Nov 2009 14:00:56 +0100 |
parents | f80c566bc751 |
children | 83bd7f34f9da |
line wrap: on
line diff
--- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -202,7 +202,7 @@ #if defined (HAVE_HDF5) bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); - bool load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug); + bool load_hdf5 (hid_t loc_id, const char *name); #endif int write (octave_stream& os, int block_size,