comparison liboctave/CMatrix.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 f80c566bc751
children 9e0ec19df4bc
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
429 MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix, OCTAVE_API) 429 MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix, OCTAVE_API)
430 430
431 MARRAY_FORWARD_DEFS (MArray2, ComplexMatrix, Complex) 431 MARRAY_FORWARD_DEFS (MArray2, ComplexMatrix, Complex)
432 432
433 #endif 433 #endif
434
435 /*
436 ;;; Local Variables: ***
437 ;;; mode: C++ ***
438 ;;; End: ***
439 */