Mercurial > hg > octave-nkf
diff src/ov-complex.cc @ 4944:44046bbaa52c
[project @ 2004-08-31 05:30:46 by jwe]
author | jwe |
---|---|
date | Tue, 31 Aug 2004 05:30:47 +0000 |
parents | 81f78a2ff8a6 |
children | e35b034d3523 |
line wrap: on
line diff
--- a/src/ov-complex.cc +++ b/src/ov-complex.cc @@ -33,6 +33,7 @@ #include "lo-ieee.h" #include "oct-obj.h" +#include "oct-stream.h" #include "ops.h" #include "ov-complex.h" #include "ov-base.h" @@ -236,6 +237,7 @@ } #if defined (HAVE_HDF5) + bool octave_complex::save_hdf5 (hid_t loc_id, const char *name, bool /* save_as_floats */) @@ -317,6 +319,7 @@ return retval; } + #endif /*