comparison src/ov-complex.h @ 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
115 void increment (void) { scalar += 1.0; } 115 void increment (void) { scalar += 1.0; }
116 116
117 void decrement (void) { scalar -= 1.0; } 117 void decrement (void) { scalar -= 1.0; }
118 118
119 bool save_ascii (std::ostream& os, bool& infnan_warned, 119 bool save_ascii (std::ostream& os, bool& infnan_warned,
120 bool strip_nan_and_inf); 120 int strip_nan_and_inf);
121 121
122 bool load_ascii (std::istream& is); 122 bool load_ascii (std::istream& is);
123 123
124 bool save_binary (std::ostream& os, bool& save_as_floats); 124 bool save_binary (std::ostream& os, bool& save_as_floats);
125 125