changeset 5331:165e53a9488d

[project @ 2005-05-02 17:51:56 by jwe]
author jwe
date Mon, 02 May 2005 17:51:56 +0000
parents f88f21827fe5
children 15db952ced2e
files src/ChangeLog src/pr-output.cc
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon May 02 17:42:07 2005 +0000
+++ b/src/ChangeLog	Mon May 02 17:51:56 2005 +0000
@@ -1,5 +1,9 @@
 2005-05-02  John W. Eaton  <jwe@octave.org>
 
+	* pr-output.cc (octave_print_internal (std::ostream&,
+	const Range&, bool, int)): Don't print newline at end of rows.
+	That is handled by pr_col_num_header.
+
 	* Makefile.in (octave$(EXEEXT)): List $(UMFPACK_LIBS) ahead of
 	$(BLAS_LIBS).
 	(OCTAVE_LIBS): Include $(GLPK_LIBS) in the list if dynamic linking
--- a/src/pr-output.cc	Mon May 02 17:42:07 2005 +0000
+++ b/src/pr-output.cc	Mon May 02 17:51:56 2005 +0000
@@ -1897,9 +1897,6 @@
 		}
 
 	      col += inc;
-
-	      if (col < num_elem)
-		os << "\n";
 	    }
 	}
     }