diff src/ov-str-mat.h @ 4323:0990c9b77109

[project @ 2003-02-14 07:36:26 by jwe]
author jwe
date Fri, 14 Feb 2003 07:36:27 +0000
parents 5719210fff4c
children 83d4452bc522
line wrap: on
line diff
--- a/src/ov-str-mat.h
+++ b/src/ov-str-mat.h
@@ -90,11 +90,11 @@
 
   bool is_string (void) const { return true; }
 
-  bool is_real_type (void) const { return Vimplicit_str_to_num_ok; }
+  bool is_real_type (void) const { return false; }
 
-  bool is_matrix_type (void) const { return Vimplicit_str_to_num_ok; }
+  bool is_matrix_type (void) const { return false; }
 
-  bool is_numeric_type (void) const { return Vimplicit_str_to_num_ok; }
+  bool is_numeric_type (void) const { return false; }
 
   bool valid_as_scalar_index (void) const;