diff liboctave/Array-s.cc @ 8700:314be237cd5b

sorting optimizations
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 09 Feb 2009 13:05:35 +0100
parents 7cbe01c21986
children e9cb742df9eb
line wrap: on
line diff
--- a/liboctave/Array-s.cc
+++ b/liboctave/Array-s.cc
@@ -29,6 +29,9 @@
 
 #include "Array.h"
 #include "Array.cc"
+
+#define INLINE_ASCENDING_SORT
+#define INLINE_DESCENDING_SORT
 #include "oct-sort.cc"
 
 INSTANTIATE_ARRAY_SORT (short);