comparison liboctave/sparse-sort.cc @ 10158:4c0cdbe0acca

remove Emacs local-variable settings from liboctave source files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 19:04:35 -0500
parents eb63fbe60fab
children 07ebe522dac2
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
59 { 59 {
60 return (i->i < j->i); 60 return (i->i < j->i);
61 } 61 }
62 62
63 template class octave_sort<octave_idx_vector_sort *>; 63 template class octave_sort<octave_idx_vector_sort *>;
64
65 /*
66 ;;; Local Variables: ***
67 ;;; mode: C++ ***
68 ;;; End: ***
69 */