diff main/fixed/src/ov-fixed-mat.cc @ 3935:283f38d1e7eb octave-forge

remove strip_nan_and_inf arg from save_ascii functions (For John Eaton)
author adb014
date Mon, 08 Oct 2007 12:18:42 +0000
parents 17e102866239
children 2de537641f94
line wrap: on
line diff
--- a/main/fixed/src/ov-fixed-mat.cc	Mon Oct 08 10:57:04 2007 +0000
+++ b/main/fixed/src/ov-fixed-mat.cc	Mon Oct 08 12:18:42 2007 +0000
@@ -418,8 +418,7 @@
 }
 
 bool 
-octave_fixed_matrix::save_ascii (std::ostream& os, bool& infnan_warned, 
-			       bool strip_nan_and_inf)
+octave_fixed_matrix::save_ascii (std::ostream& os)
 {
   dim_vector d = dims ();
   os << "# ndims: " << d.length () << "\n";