comparison src/ov-str-mat.cc @ 5956:cdef72fcd206

[project @ 2006-08-22 20:36:56 by jwe]
author jwe
date Tue, 22 Aug 2006 20:36:57 +0000
parents bd3041e30d97
children 85c7dc4afe6b
comparison
equal deleted inserted replaced
5955:fc46f9c99028 5956:cdef72fcd206
269 } 269 }
270 270
271 bool 271 bool
272 octave_char_matrix_str::save_ascii (std::ostream& os, 272 octave_char_matrix_str::save_ascii (std::ostream& os,
273 bool& /* infnan_warned */, 273 bool& /* infnan_warned */,
274 bool /* strip_nan_and_inf */) 274 int /* strip_nan_and_inf */)
275 { 275 {
276 dim_vector d = dims (); 276 dim_vector d = dims ();
277 if (d.length () > 2) 277 if (d.length () > 2)
278 { 278 {
279 charNDArray tmp = char_array_value (); 279 charNDArray tmp = char_array_value ();