Mercurial > hg > octave-lyh
comparison liboctave/CmplxQR.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 | 7918eb15040c |
children | 07ebe522dac2 |
comparison
equal
deleted
inserted
replaced
10157:cf17f22f1fd4 | 10158:4c0cdbe0acca |
---|---|
687 init (::shift_cols (q*r, i, j), get_type ()); | 687 init (::shift_cols (q*r, i, j), get_type ()); |
688 } | 688 } |
689 } | 689 } |
690 | 690 |
691 #endif | 691 #endif |
692 | |
693 /* | |
694 ;;; Local Variables: *** | |
695 ;;; mode: C++ *** | |
696 ;;; End: *** | |
697 */ |