diff liboctave/CMatrix.h @ 5956:cdef72fcd206

[project @ 2006-08-22 20:36:56 by jwe]
author jwe
date Tue, 22 Aug 2006 20:36:57 +0000
parents 6b9cec830d72
children 85c7dc4afe6b
line wrap: on
line diff
--- a/liboctave/CMatrix.h	Tue Aug 22 18:37:43 2006 +0000
+++ b/liboctave/CMatrix.h	Tue Aug 22 20:36:57 2006 +0000
@@ -319,6 +319,9 @@
 
   // i/o
 
+  std::ostream& save_ascii (std::ostream& os, bool& infnan_warned,
+			    int strip_nan_and_inf);
+
   friend std::ostream& operator << (std::ostream& os, const ComplexMatrix& a);
   friend std::istream& operator >> (std::istream& is, ComplexMatrix& a);