comparison src/ov-flt-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 cd96d29c5efa
comparison
equal deleted inserted replaced
9880:7f77e5081e83 9881:b3089dba88bf
186 oct_mach_info::float_format fmt); 186 oct_mach_info::float_format fmt);
187 187
188 #if defined (HAVE_HDF5) 188 #if defined (HAVE_HDF5)
189 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); 189 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
190 190
191 bool load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug); 191 bool load_hdf5 (hid_t loc_id, const char *name);
192 #endif 192 #endif
193 193
194 int write (octave_stream& os, int block_size, 194 int write (octave_stream& os, int block_size,
195 oct_data_conv::data_type output_type, int skip, 195 oct_data_conv::data_type output_type, int skip,
196 oct_mach_info::float_format flt_fmt) const 196 oct_mach_info::float_format flt_fmt) const