diff src/ov-cx-mat.h @ 3145:0d640dc625c7

[project @ 1998-02-05 08:44:59 by jwe]
author jwe
date Thu, 05 Feb 1998 08:45:07 +0000
parents a8dcfbf87ea3
children 7a5a5da64756
line wrap: on
line diff
--- a/src/ov-cx-mat.h	Wed Feb 04 22:53:59 1998 +0000
+++ b/src/ov-cx-mat.h	Thu Feb 05 08:45:07 1998 +0000
@@ -112,9 +112,10 @@
 
   bool is_empty (void) const { return (rows () == 0 && columns () == 0); }
 
-  double double_value (bool) const;
+  double double_value (bool = false) const;
 
-  double scalar_value (bool) 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;