diff src/ov-str-mat.h @ 5731:c7d5a534afa5

[project @ 2006-04-03 19:33:26 by jwe]
author jwe
date Mon, 03 Apr 2006 19:33:27 +0000
parents edf82d02be75
children ce79d238f142
line wrap: on
line diff
--- a/src/ov-str-mat.h	Mon Apr 03 19:18:26 2006 +0000
+++ b/src/ov-str-mat.h	Mon Apr 03 19:33:27 2006 +0000
@@ -96,12 +96,7 @@
   octave_value permute (const Array<int>& vec, bool inv = false) const
     { return octave_value (charNDArray (matrix.permute (vec, inv)), true); }
 
-  octave_value resize (const dim_vector& dv) const
-    {
-      charNDArray retval (matrix);
-      retval.resize (dv);
-      return octave_value (retval, true);
-    }
+  octave_value resize (const dim_vector& dv, bool fill = false) const;
 
   bool is_string (void) const { return true; }