comparison src/ov-bool.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
132 return octave_value (s, type); 132 return octave_value (s, type);
133 } 133 }
134 134
135 bool 135 bool
136 octave_bool::save_ascii (std::ostream& os, bool& /* infnan_warned */, 136 octave_bool::save_ascii (std::ostream& os, bool& /* infnan_warned */,
137 bool /* strip_nan_and_inf */) 137 int /* strip_nan_and_inf */)
138 { 138 {
139 double d = double_value (); 139 double d = double_value ();
140 140
141 octave_write_double (os, d); 141 octave_write_double (os, d);
142 os << "\n"; 142 os << "\n";