diff liboctave/chMatrix.h @ 3836:b8c1cb5b9fd9

[project @ 2001-05-31 19:30:49 by jwe]
author jwe
date Thu, 31 May 2001 19:30:52 +0000
parents 5eef8a2294bd
children f9ea3dcf58ee
line wrap: on
line diff
--- a/liboctave/chMatrix.h	Wed May 23 06:41:58 2001 +0000
+++ b/liboctave/chMatrix.h	Thu May 31 19:30:52 2001 +0000
@@ -65,7 +65,7 @@
   charMatrix& insert (const char *s, int r, int c);
   charMatrix& insert (const charMatrix& a, int r, int c);
 
-  std::string row_as_string (int, bool = false) const;
+  std::string row_as_string (int, bool strip_ws = false, bool raw = false) const;
 
   // resize is the destructive equivalent for this one