# HG changeset patch # User jwe # Date 932073759 0 # Node ID 2334bd836a6d4655a0053b68dd919ca1fb2c15c4 # Parent 4d33b1e56bff742843df37c64af42c0f558db30b [project @ 1999-07-15 21:22:39 by jwe] diff --git a/src/ov-str-mat.h b/src/ov-str-mat.h --- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -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; }