changeset 5718:3f80480016c5

[project @ 2006-03-27 23:22:28 by jwe]
author jwe
date Mon, 27 Mar 2006 23:22:28 +0000
parents 34cda7d94c08
children 8c224c786df9
files doc/ChangeLog doc/interpreter/images/sparseimages.m
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-27  John W. Eaton  <jwe@octave.org>
+
+	* interpreter/images/sparseimages.m: Fix missing endif.  Omit
+	unnecessary call to axis.
+
 2006-03-24  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/images/sparseimages.m:
--- a/doc/interpreter/images/sparseimages.m
+++ b/doc/interpreter/images/sparseimages.m
@@ -90,7 +90,7 @@
 	bury_output ();
       endif
       ## printf("Image NNZ: Matrix %d, Chol %d, PermChol %d\n",nnz(a),nnz(r1),nnz(r2));
-      axis("xy")
+    endif
   endif
 endfunction