Mercurial > hg > octave-nkf
diff src/ov-cx-diag.cc @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/src/ov-cx-diag.cc +++ b/src/ov-cx-diag.cc @@ -38,7 +38,7 @@ DEFINE_OCTAVE_ALLOCATOR (octave_complex_diag_matrix); -DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_complex_diag_matrix, +DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_complex_diag_matrix, "complex diagonal matrix", "double"); static octave_base_value * @@ -159,7 +159,7 @@ } } -bool +bool octave_complex_diag_matrix::save_binary (std::ostream& os, bool& save_as_floats) { @@ -192,7 +192,7 @@ return true; } -bool +bool octave_complex_diag_matrix::load_binary (std::istream& is, bool swap, oct_mach_info::float_format fmt) { @@ -220,8 +220,8 @@ return true; } -bool -octave_complex_diag_matrix::chk_valid_scalar (const octave_value& val, +bool +octave_complex_diag_matrix::chk_valid_scalar (const octave_value& val, Complex& x) const { bool retval = val.is_complex_scalar () || val.is_real_scalar ();