comparison src/ov-scalar.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
230 oct_mach_info::float_format fmt); 230 oct_mach_info::float_format fmt);
231 231
232 #if defined (HAVE_HDF5) 232 #if defined (HAVE_HDF5)
233 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); 233 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
234 234
235 bool load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug); 235 bool load_hdf5 (hid_t loc_id, const char *name);
236 #endif 236 #endif
237 237
238 int write (octave_stream& os, int block_size, 238 int write (octave_stream& os, int block_size,
239 oct_data_conv::data_type output_type, int skip, 239 oct_data_conv::data_type output_type, int skip,
240 oct_mach_info::float_format flt_fmt) const 240 oct_mach_info::float_format flt_fmt) const