Mercurial > hg > octave-nkf
diff src/ov-scalar.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-scalar.cc +++ b/src/ov-scalar.cc @@ -30,9 +30,13 @@ #include <iostream> +#include "data-conv.h" +#include "mach-info.h" + #include "defun.h" #include "gripes.h" #include "oct-obj.h" +#include "oct-stream.h" #include "ov-scalar.h" #include "ov-base.h" #include "ov-base-scalar.h" @@ -208,6 +212,7 @@ } #if defined (HAVE_HDF5) + bool octave_scalar::save_hdf5 (hid_t loc_id, const char *name, bool /* save_as_floats */) @@ -266,6 +271,7 @@ return true; } + #endif /*