Mercurial > hg > octave-jordi
comparison liboctave/dbleLU.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 | 6f3ffe11d926 |
children | cbc402e64d83 |
comparison
equal
deleted
inserted
replaced
10157:cf17f22f1fd4 | 10158:4c0cdbe0acca |
---|---|
60 | 60 |
61 void update_piv (const Matrix& u, const Matrix& v); | 61 void update_piv (const Matrix& u, const Matrix& v); |
62 }; | 62 }; |
63 | 63 |
64 #endif | 64 #endif |
65 | |
66 /* | |
67 ;;; Local Variables: *** | |
68 ;;; mode: C++ *** | |
69 ;;; End: *** | |
70 */ |