diff src/ov-base-sparse.h @ 8734:767ed8cc6634

rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rows
author John W. Eaton <jwe@octave.org>
date Thu, 12 Feb 2009 15:29:12 -0500
parents e9cb742df9eb
children eb63fbe60fab
line wrap: on
line diff
--- a/src/ov-base-sparse.h	Thu Feb 12 15:16:35 2009 -0500
+++ b/src/ov-base-sparse.h	Thu Feb 12 15:29:12 2009 -0500
@@ -126,8 +126,8 @@
 		     sortmode mode = ASCENDING) const
     { return octave_value (matrix.sort (sidx, dim, mode)); }
 
-  sortmode issorted (sortmode mode = UNSORTED) const
-    { return full_value ().issorted (mode); }
+  sortmode is_sorted (sortmode mode = UNSORTED) const
+    { return full_value ().is_sorted (mode); }
 
   MatrixType matrix_type (void) const { return typ; }
   MatrixType matrix_type (const MatrixType& _typ) const