diff src/ov-str-mat.h @ 3221:eba59b8c64dc

[project @ 1998-11-19 20:31:46 by jwe]
author jwe
date Thu, 19 Nov 1998 20:31:47 +0000
parents 30770ba4457a
children 2334bd836a6d
line wrap: on
line diff
--- a/src/ov-str-mat.h	Thu Nov 19 00:06:34 1998 +0000
+++ b/src/ov-str-mat.h	Thu Nov 19 20:31:47 1998 +0000
@@ -94,8 +94,9 @@
 
   bool is_matrix_type (void) const { return Vimplicit_str_to_num_ok; }
 
+  bool is_numeric_type (void) const { return Vimplicit_str_to_num_ok; }
+
   bool valid_as_scalar_index (void) const;
-  bool valid_as_zero_index (void) const;
 
   Matrix matrix_value (bool = false) const;