comparison src/ov-list.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
537 return retval; 537 return retval;
538 } 538 }
539 539
540 bool 540 bool
541 octave_list::save_ascii (std::ostream& os, bool& infnan_warned, 541 octave_list::save_ascii (std::ostream& os, bool& infnan_warned,
542 bool strip_nan_and_inf) 542 int strip_nan_and_inf)
543 { 543 {
544 octave_value_list lst = list_value (); 544 octave_value_list lst = list_value ();
545 os << "# length: " << lst.length () << "\n"; 545 os << "# length: " << lst.length () << "\n";
546 546
547 for (int i = 0; i < lst.length (); ++i) 547 for (int i = 0; i < lst.length (); ++i)