diff liboctave/sparse-sort.cc @ 5587:b4cb3f93c1e1

[project @ 2006-01-04 22:03:38 by dbateman]
author dbateman
date Wed, 04 Jan 2006 22:03:38 +0000
parents 4c8a2e4e0717
children 2c66c36d2698
line wrap: on
line diff
--- a/liboctave/sparse-sort.cc
+++ b/liboctave/sparse-sort.cc
@@ -50,6 +50,9 @@
 // Instantiate the sparse sorting class
 template class octave_sort<octave_sparse_sort_idxl *>;
 
+// Instantiate the sorting class of octave_idx_type, need in MUL macro
+template class octave_sort<octave_idx_type>;
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***