Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
5586:d37b96139376 | 5587:b4cb3f93c1e1 |
---|---|
48 } | 48 } |
49 | 49 |
50 // Instantiate the sparse sorting class | 50 // Instantiate the sparse sorting class |
51 template class octave_sort<octave_sparse_sort_idxl *>; | 51 template class octave_sort<octave_sparse_sort_idxl *>; |
52 | 52 |
53 // Instantiate the sorting class of octave_idx_type, need in MUL macro | |
54 template class octave_sort<octave_idx_type>; | |
55 | |
53 /* | 56 /* |
54 ;;; Local Variables: *** | 57 ;;; Local Variables: *** |
55 ;;; mode: C++ *** | 58 ;;; mode: C++ *** |
56 ;;; End: *** | 59 ;;; End: *** |
57 */ | 60 */ |