diff src/ov-base.cc @ 4944:44046bbaa52c

[project @ 2004-08-31 05:30:46 by jwe]
author jwe
date Tue, 31 Aug 2004 05:30:47 +0000
parents cd58733c326b
children d112fc15399c
line wrap: on
line diff
--- a/src/ov-base.cc	Tue Aug 31 00:51:31 2004 +0000
+++ b/src/ov-base.cc	Tue Aug 31 05:30:47 2004 +0000
@@ -725,6 +725,7 @@
 }
 
 #if defined (HAVE_HDF5)
+
 bool
 octave_base_value::save_hdf5 (hid_t, const char *, bool)
 {
@@ -740,8 +741,18 @@
 
   return false;
 }
+
 #endif
 
+int
+octave_base_value::write (octave_stream&, int, oct_data_conv::data_type,
+			  int, oct_mach_info::float_format) const
+{
+  gripe_wrong_type_arg ("octave_base_value::write()", type_name ());
+
+  return false;
+}
+
 CONVDECLX (matrix_conv)
 {
   return new octave_matrix ();