Mercurial > hg > octave-lyh
diff src/ov-cx-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 | 8d7162924bd3 |
children | faafc2d98b8d |
line wrap: on
line diff
--- a/src/ov-cx-sparse.cc +++ b/src/ov-cx-sparse.cc @@ -110,7 +110,7 @@ bool octave_sparse_complex_matrix::valid_as_scalar_index (void) const { - // XXX FIXME XXX + // FIXME return false; } @@ -122,10 +122,10 @@ if (! force_conversion && Vwarn_imag_to_real) gripe_implicit_conversion ("complex sparse matrix", "real scalar"); - // XXX FIXME XXX -- maybe this should be a function, valid_as_scalar() + // FIXME -- maybe this should be a function, valid_as_scalar() if (numel () > 0) { - // XXX FIXME XXX -- is warn_fortran_indexing the right variable here? + // FIXME -- is warn_fortran_indexing the right variable here? if (Vwarn_fortran_indexing) gripe_implicit_conversion ("complex sparse matrix", "real scalar"); @@ -157,10 +157,10 @@ Complex retval (tmp, tmp); - // XXX FIXME XXX -- maybe this should be a function, valid_as_scalar() + // FIXME -- maybe this should be a function, valid_as_scalar() if (numel () > 0) { - // XXX FIXME XXX -- is warn_fortran_indexing the right variable here? + // FIXME -- is warn_fortran_indexing the right variable here? if (Vwarn_fortran_indexing) gripe_implicit_conversion ("complex sparse matrix", "real scalar"); @@ -238,7 +238,7 @@ else st = LS_FLOAT; } - else if (matrix.nzmax () > 8192) // XXX FIXME XXX -- make this configurable. + else if (matrix.nzmax () > 8192) // FIXME -- make this configurable. { double max_val, min_val; if (matrix.all_integers (max_val, min_val))