comparison liboctave/SparseCmplxLU.h @ 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 cbc402e64d83
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
62 62
63 ~SparseComplexLU (void) { } 63 ~SparseComplexLU (void) { }
64 }; 64 };
65 65
66 #endif 66 #endif
67
68 /*
69 ;;; Local Variables: ***
70 ;;; mode: C++ ***
71 ;;; End: ***
72 */