Mercurial > hg > octave-nkf
diff liboctave/dNDArray.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 25c8956d2204 |
children | c038c2947ee1 |
line wrap: on
line diff
--- a/liboctave/dNDArray.cc +++ b/liboctave/dNDArray.cc @@ -597,7 +597,7 @@ return false; } -// XXX FIXME XXX -- this is not quite the right thing. +// FIXME -- this is not quite the right thing. boolNDArray NDArray::all (int dim) const @@ -831,7 +831,7 @@ octave_idx_type ival = NINTbig (d); if (ival < 0 || ival > UCHAR_MAX) - // XXX FIXME XXX -- is there something + // FIXME -- is there something // better we could do? Should we warn the user? ival = 0; @@ -974,7 +974,7 @@ return is; } -// XXX FIXME XXX -- it would be nice to share code among the min/max +// FIXME -- it would be nice to share code among the min/max // functions below. #define EMPTY_RETURN_CHECK(T) \