comparison src/ov-complex.h @ 5958:85c7dc4afe6b

[project @ 2006-08-23 18:35:38 by jwe]
author jwe
date Wed, 23 Aug 2006 18:35:39 +0000
parents cdef72fcd206
children e049385342f6
comparison
equal deleted inserted replaced
5957:370f785718be 5958:85c7dc4afe6b
114 114
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 int strip_nan_and_inf);
121 120
122 bool load_ascii (std::istream& is); 121 bool load_ascii (std::istream& is);
123 122
124 bool save_binary (std::ostream& os, bool& save_as_floats); 123 bool save_binary (std::ostream& os, bool& save_as_floats);
125 124