comparison src/ov-complex.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children b5e819930fd5
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
162 162
163 bool load_ascii (std::istream& is); 163 bool load_ascii (std::istream& is);
164 164
165 bool save_binary (std::ostream& os, bool& save_as_floats); 165 bool save_binary (std::ostream& os, bool& save_as_floats);
166 166
167 bool load_binary (std::istream& is, bool swap, 167 bool load_binary (std::istream& is, bool swap,
168 oct_mach_info::float_format fmt); 168 oct_mach_info::float_format fmt);
169 169
170 #if defined (HAVE_HDF5) 170 #if defined (HAVE_HDF5)
171 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); 171 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
172 172