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

[project @ 2006-08-22 20:36:56 by jwe]
author jwe
date Tue, 22 Aug 2006 20:36:57 +0000
parents c20eb7330d13
children 85c7dc4afe6b
comparison
equal deleted inserted replaced
5955:fc46f9c99028 5956:cdef72fcd206
175 } 175 }
176 } 176 }
177 177
178 bool 178 bool
179 octave_complex::save_ascii (std::ostream& os, bool& infnan_warned, 179 octave_complex::save_ascii (std::ostream& os, bool& infnan_warned,
180 bool strip_nan_and_inf) 180 int strip_nan_and_inf)
181 { 181 {
182 Complex c = complex_value (); 182 Complex c = complex_value ();
183 183
184 if (strip_nan_and_inf) 184 if (strip_nan_and_inf)
185 { 185 {