Mercurial > hg > octave-lyh
diff src/ov-base-sparse.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | c7d5a534afa5 |
children | bd3041e30d97 |
line wrap: on
line diff
--- a/src/ov-base-sparse.cc +++ b/src/ov-base-sparse.cc @@ -258,7 +258,7 @@ octave_idx_type nc = matrix.cols (); octave_idx_type nz = nnz (); - // XXX FIXME XXX -- this should probably all be handled by a + // FIXME -- this should probably all be handled by a // separate octave_print_internal function that can handle format // compact, loose, etc. @@ -275,7 +275,7 @@ { OCTAVE_QUIT; - // XXX FIXME XXX -- is there an easy way to get the max row + // FIXME -- is there an easy way to get the max row // and column indices so we can set the width appropriately // and line up the columns here? Similarly, we should look // at all the nonzero values and display them with the same