comparison src/ov-cell.cc @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents 0c69a845ef1a
children 508238e65af7
comparison
equal deleted inserted replaced
4456:b0aff7648c2d 4457:d7d9ca19960a
254 254
255 return retval; 255 return retval;
256 } 256 }
257 257
258 string_vector 258 string_vector
259 octave_cell::all_strings (bool pad) const 259 octave_cell::all_strings (bool pad, bool) const
260 { 260 {
261 string_vector retval; 261 string_vector retval;
262 262
263 int nr = rows (); 263 int nr = rows ();
264 int nc = columns (); 264 int nc = columns ();