diff src/ov-cx-mat.h @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 768d3ad80bbf
children 93c65f2a5668
line wrap: on
line diff
--- a/src/ov-cx-mat.h
+++ b/src/ov-cx-mat.h
@@ -121,7 +121,7 @@
 
   void decrement (void) { matrix -= Complex (1.0); }
 
-  bool save_ascii (std::ostream& os, bool& infnan_warned);
+  bool save_ascii (std::ostream& os);
 
   bool load_ascii (std::istream& is);