diff src/ov-cell.h @ 8733:3ef774603887

rename all uses of sortrows_idx to sort_rows_idx
author John W. Eaton <jwe@octave.org>
date Thu, 12 Feb 2009 15:16:35 -0500
parents a669df7beb73
children af907aeedbf4
line wrap: on
line diff
--- a/src/ov-cell.h	Thu Feb 12 14:37:43 2009 -0500
+++ b/src/ov-cell.h	Thu Feb 12 15:16:35 2009 -0500
@@ -93,7 +93,7 @@
   octave_value sort (Array<octave_idx_type> &sidx, octave_idx_type dim = 0,
 		     sortmode mode = ASCENDING) const;
 
-  Array<octave_idx_type> sortrows_idx (sortmode mode = ASCENDING) const;
+  Array<octave_idx_type> sort_rows_idx (sortmode mode = ASCENDING) const;
 
   bool is_matrix_type (void) const { return false; }