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

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