comparison liboctave/CmplxCHOL.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 d865363208d6
children cbc402e64d83
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
89 }; 89 };
90 90
91 ComplexMatrix OCTAVE_API chol2inv (const ComplexMatrix& r); 91 ComplexMatrix OCTAVE_API chol2inv (const ComplexMatrix& r);
92 92
93 #endif 93 #endif
94
95 /*
96 ;;; Local Variables: ***
97 ;;; mode: C++ ***
98 ;;; End: ***
99 */