Mercurial > hg > octave-nkf
diff src/ov-complex.h @ 3145:0d640dc625c7
[project @ 1998-02-05 08:44:59 by jwe]
author | jwe |
---|---|
date | Thu, 05 Feb 1998 08:45:07 +0000 |
parents | ebbc34ff7f66 |
children | 7a5a5da64756 |
line wrap: on
line diff
--- a/src/ov-complex.h +++ b/src/ov-complex.h @@ -104,7 +104,8 @@ double double_value (bool = false) const; - double scalar_value (bool = false) const { return double_value (); } + double scalar_value (bool frc_str_conv = false) const + { return double_value (frc_str_conv); } Matrix matrix_value (bool = false) const;