diff src/ov-str-mat.h @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents 83d4452bc522
children 508238e65af7
line wrap: on
line diff
--- a/src/ov-str-mat.h	Fri Jul 11 01:05:33 2003 +0000
+++ b/src/ov-str-mat.h	Fri Jul 11 03:05:39 2003 +0000
@@ -100,9 +100,9 @@
 
   Matrix matrix_value (bool = false) const;
 
-  string_vector all_strings (bool pad = false) const;
+  string_vector all_strings (bool pad = false, bool force = false) const;
 
-  std::string string_value (void) const;
+  std::string string_value (bool force = false) const;
 
   bool print_as_scalar (void) const { return (rows () <= 1); }