comparison src/ov-base-int.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents cd96d29c5efa
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10312:cbc402e64d83 10313:f3b65e1ae355
72 bool load_ascii (std::istream& is); 72 bool load_ascii (std::istream& is);
73 73
74 bool save_binary (std::ostream& os, bool& ); 74 bool save_binary (std::ostream& os, bool& );
75 75
76 bool load_binary (std::istream& is, bool swap, 76 bool load_binary (std::istream& is, bool swap,
77 oct_mach_info::float_format ); 77 oct_mach_info::float_format );
78 78
79 #if defined (HAVE_HDF5) 79 #if defined (HAVE_HDF5)
80 bool save_hdf5 (hid_t loc_id, const char *name, bool); 80 bool save_hdf5 (hid_t loc_id, const char *name, bool);
81 81
82 bool load_hdf5 (hid_t loc_id, const char *name); 82 bool load_hdf5 (hid_t loc_id, const char *name);
115 bool load_ascii (std::istream& is); 115 bool load_ascii (std::istream& is);
116 116
117 bool save_binary (std::ostream& os, bool& ); 117 bool save_binary (std::ostream& os, bool& );
118 118
119 bool load_binary (std::istream& is, bool swap, 119 bool load_binary (std::istream& is, bool swap,
120 oct_mach_info::float_format ); 120 oct_mach_info::float_format );
121 121
122 #if defined (HAVE_HDF5) 122 #if defined (HAVE_HDF5)
123 bool save_hdf5 (hid_t loc_id, const char *name, bool ); 123 bool save_hdf5 (hid_t loc_id, const char *name, bool );
124 124
125 bool load_hdf5 (hid_t loc_id, const char *name); 125 bool load_hdf5 (hid_t loc_id, const char *name);