Mercurial > hg > octave-nkf
comparison liboctave/Sparse.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 | 829e69ec3110 |
children | 07ebe522dac2 |
comparison
equal
deleted
inserted
replaced
10157:cf17f22f1fd4 | 10158:4c0cdbe0acca |
---|---|
3694 << prefix << "rep->data: " << static_cast<void *> (rep->d) << "\n" | 3694 << prefix << "rep->data: " << static_cast<void *> (rep->d) << "\n" |
3695 << prefix << "rep->ridx: " << static_cast<void *> (rep->r) << "\n" | 3695 << prefix << "rep->ridx: " << static_cast<void *> (rep->r) << "\n" |
3696 << prefix << "rep->cidx: " << static_cast<void *> (rep->c) << "\n" | 3696 << prefix << "rep->cidx: " << static_cast<void *> (rep->c) << "\n" |
3697 << prefix << "rep->count: " << rep->count << "\n"; | 3697 << prefix << "rep->count: " << rep->count << "\n"; |
3698 } | 3698 } |
3699 | |
3700 /* | |
3701 ;;; Local Variables: *** | |
3702 ;;; mode: C++ *** | |
3703 ;;; End: *** | |
3704 */ |