diff liboctave/Array-s.cc @ 7433:402168152bb9

[project @ 2008-01-31 18:59:09 by dbateman]
author dbateman
date Thu, 31 Jan 2008 18:59:11 +0000
parents a1dbe9d80eee
children 7cbe01c21986
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"
+#include "oct-sort.cc"
+
+INSTANTIATE_ARRAY_SORT (short);
 
 INSTANTIATE_ARRAY_AND_ASSIGN (short, OCTAVE_API);