Mercurial > hg > octave-nkf
comparison liboctave/chMatrix.cc @ 8774:b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 17 Feb 2009 08:38:00 +0100 |
parents | 8af4ba6b4216 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8773:9e3111d203c0 | 8774:b756ce0002db |
---|---|
33 | 33 |
34 #include "lo-error.h" | 34 #include "lo-error.h" |
35 #include "str-vec.h" | 35 #include "str-vec.h" |
36 #include "mx-base.h" | 36 #include "mx-base.h" |
37 #include "mx-inlines.cc" | 37 #include "mx-inlines.cc" |
38 #include "mx-op-defs.h" | |
38 | 39 |
39 // charMatrix class. | 40 // charMatrix class. |
40 | 41 |
41 charMatrix::charMatrix (char c) | 42 charMatrix::charMatrix (char c) |
42 : MArray2<char> () | 43 : MArray2<char> () |