# HG changeset patch # User jwe # Date 1143501748 0 # Node ID 3f80480016c501f80b7c7da79072e2da899c89b2 # Parent 34cda7d94c08833082f31e30c0c13e6d311033f1 [project @ 2006-03-27 23:22:28 by jwe] diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-27 John W. Eaton + + * interpreter/images/sparseimages.m: Fix missing endif. Omit + unnecessary call to axis. + 2006-03-24 John W. Eaton * interpreter/images/sparseimages.m: diff --git a/doc/interpreter/images/sparseimages.m b/doc/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