changeset 3256:2334bd836a6d

[project @ 1999-07-15 21:22:39 by jwe]
author jwe
date Thu, 15 Jul 1999 21:22:39 +0000
parents 4d33b1e56bff
children 5e61a7a62e2e
files src/ov-str-mat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ov-str-mat.h	Thu Jul 15 20:54:34 1999 +0000
+++ b/src/ov-str-mat.h	Thu Jul 15 21:22:39 1999 +0000
@@ -90,7 +90,7 @@
 
   bool is_string (void) const { return true; }
 
-  bool is_real_type (void) const { return true; }
+  bool is_real_type (void) const { return Vimplicit_str_to_num_ok; }
 
   bool is_matrix_type (void) const { return Vimplicit_str_to_num_ok; }