Mercurial > hg > octave-nkf
comparison liboctave/Array.cc @ 8377:25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 29 Oct 2008 16:52:10 +0100 |
parents | 9238637cb81c |
children | ad8ed668e0a4 |
comparison
equal
deleted
inserted
replaced
8376:c43481a19bfe | 8377:25bc2d31e1bf |
---|---|
38 | 38 |
39 #include "Array.h" | 39 #include "Array.h" |
40 #include "Array-util.h" | 40 #include "Array-util.h" |
41 #include "idx-vector.h" | 41 #include "idx-vector.h" |
42 #include "lo-error.h" | 42 #include "lo-error.h" |
43 #include "oct-locbuf.h" | |
43 | 44 |
44 // One dimensional array class. Handles the reference counting for | 45 // One dimensional array class. Handles the reference counting for |
45 // all the derived classes. | 46 // all the derived classes. |
46 | 47 |
47 template <class T> | 48 template <class T> |