comparison src/sparse-xdiv.h @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents 16f53d29049f
children f3b65e1ae355
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
89 MatrixType&); 89 MatrixType&);
90 extern SparseComplexMatrix xleftdiv (const ComplexDiagMatrix&, const SparseComplexMatrix&, 90 extern SparseComplexMatrix xleftdiv (const ComplexDiagMatrix&, const SparseComplexMatrix&,
91 MatrixType&); 91 MatrixType&);
92 92
93 #endif 93 #endif
94
95 /*
96 ;;; Local Variables: ***
97 ;;; mode: C++ ***
98 ;;; End: ***
99 */