Mercurial > hg > octave-nkf
diff liboctave/Array-fC.cc @ 9920:56fbe170d354
fix issorted with NaNs in middle
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 04 Dec 2009 14:02:15 +0100 |
parents | b4fdfee405b5 |
children | 4c0cdbe0acca |
line wrap: on
line diff
--- a/liboctave/Array-fC.cc +++ b/liboctave/Array-fC.cc @@ -60,7 +60,7 @@ } Array<FloatComplex>::compare_fcn_type -sortrows_comparator (sortmode mode, const Array<FloatComplex>& a, +safe_comparator (sortmode mode, const Array<FloatComplex>& a, bool allow_chk) { Array<FloatComplex>::compare_fcn_type result = 0;