diff liboctave/Array-f.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 3a8327d51ed4
line wrap: on
line diff
--- a/liboctave/Array-f.cc
+++ b/liboctave/Array-f.cc
@@ -56,7 +56,7 @@
 }
 
 Array<float>::compare_fcn_type
-sortrows_comparator (sortmode mode, const Array<float>& a , bool allow_chk)
+safe_comparator (sortmode mode, const Array<float>& a , bool allow_chk)
 {
   Array<float>::compare_fcn_type result = 0;