Mercurial > hg > octave-nkf
diff liboctave/dMatrix.h @ 3933:f9ea3dcf58ee
[project @ 2002-05-15 03:21:00 by jwe]
author | jwe |
---|---|
date | Wed, 15 May 2002 03:21:01 +0000 |
parents | 4c3774db5b3c |
children | 6476dd85a65f |
line wrap: on
line diff
--- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -233,6 +233,8 @@ int write (std::ostream& os, oct_data_conv::data_type dt, int skip, oct_mach_info::float_format flt_fmt); + static double resize_fill_value (void) { return 0; } + private: Matrix (double *d, int r, int c) : MArray2<double> (d, r, c) { }