comparison src/ls-hdf5.h @ 5351:05adf9de7657

[project @ 2005-05-16 20:07:36 by dbateman]
author dbateman
date Mon, 16 May 2005 20:07:36 +0000
parents 4c8a2e4e0717
children 4ff0cb3e1dd1
comparison
equal deleted inserted replaced
5350:ad44a165950d 5351:05adf9de7657
171 extern bool 171 extern bool
172 save_hdf5_data (std::ostream& os, const octave_value& tc, 172 save_hdf5_data (std::ostream& os, const octave_value& tc,
173 const std::string& name, const std::string& doc, 173 const std::string& name, const std::string& doc,
174 bool mark_as_global, bool save_as_floats); 174 bool mark_as_global, bool save_as_floats);
175 175
176 #ifdef IDX_TYPE_LONG
177 #define H5T_NATIVE_IDX H5T_NATIVE_LONG
178 #else
179 #define H5T_NATIVE_IDX H5T_NATIVE_INT
180 #endif
181
176 #endif 182 #endif
177 183
178 #endif 184 #endif
179 185
180 /* 186 /*