comparison src/ov-cell.cc @ 5956:cdef72fcd206

[project @ 2006-08-22 20:36:56 by jwe]
author jwe
date Tue, 22 Aug 2006 20:36:57 +0000
parents 8dbf3f9f22dc
children 85c7dc4afe6b
comparison
equal deleted inserted replaced
5955:fc46f9c99028 5956:cdef72fcd206
432 432
433 #define CELL_ELT_TAG "<cell-element>" 433 #define CELL_ELT_TAG "<cell-element>"
434 434
435 bool 435 bool
436 octave_cell::save_ascii (std::ostream& os, bool& infnan_warned, 436 octave_cell::save_ascii (std::ostream& os, bool& infnan_warned,
437 bool strip_nan_and_inf) 437 int strip_nan_and_inf)
438 { 438 {
439 dim_vector d = dims (); 439 dim_vector d = dims ();
440 if (d.length () > 2) 440 if (d.length () > 2)
441 { 441 {
442 os << "# ndims: " << d.length () << "\n"; 442 os << "# ndims: " << d.length () << "\n";