diff src/ov.h @ 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 48a39e2b2ab7
line wrap: on
line diff
--- a/src/ov.h	Tue Aug 31 00:51:31 2004 +0000
+++ b/src/ov.h	Tue Aug 31 05:30:47 2004 +0000
@@ -748,6 +748,10 @@
     { return rep->load_hdf5 (loc_id, name, have_h5giterate_bug); }
 #endif
 
+  virtual int write (octave_stream& os, int block_size,
+		     oct_data_conv::data_type output_type, int skip,
+		     oct_mach_info::float_format flt_fmt) const;
+
   octave_value *internal_rep (void) const { return rep; }
 
 protected: