comparison src/ov-scalar.h @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents e60688a1ea07
children 93c65f2a5668
comparison
equal deleted inserted replaced
6973:6fcc2f5b2c7d 6974:9e32bb109980
192 192
193 void increment (void) { ++scalar; } 193 void increment (void) { ++scalar; }
194 194
195 void decrement (void) { --scalar; } 195 void decrement (void) { --scalar; }
196 196
197 bool save_ascii (std::ostream& os, bool& infnan_warned); 197 bool save_ascii (std::ostream& os);
198 198
199 bool load_ascii (std::istream& is); 199 bool load_ascii (std::istream& is);
200 200
201 bool save_binary (std::ostream& os, bool& save_as_floats); 201 bool save_binary (std::ostream& os, bool& save_as_floats);
202 202