diff src/ov-base.h @ 2916:4e7bea116f24

[project @ 1997-04-30 20:56:31 by jwe]
author jwe
date Wed, 30 Apr 1997 20:57:48 +0000
parents 057273789b87
children 56be458e237f
line wrap: on
line diff
--- a/src/ov-base.h	Wed Apr 30 20:53:14 1997 +0000
+++ b/src/ov-base.h	Wed Apr 30 20:57:48 1997 +0000
@@ -138,6 +138,8 @@
 
   double double_value (bool) const;
 
+  double scalar_value (bool) const { return double_value (); }
+
   Matrix matrix_value (bool frc_str_conv = false) const;
 
   Complex complex_value (bool frc_str_conv = false) const;