Mercurial > hg > octave-nkf
comparison liboctave/chMatrix.h @ 1989:a4b0826e240c
[project @ 1996-03-02 00:33:22 by jwe]
author | jwe |
---|---|
date | Sat, 02 Mar 1996 00:34:12 +0000 |
parents | 1281a23a34dd |
children | 1b57120c997b |
comparison
equal
deleted
inserted
replaced
1988:7b56630a1e05 | 1989:a4b0826e240c |
---|---|
31 // For FILE... | 31 // For FILE... |
32 #include <cstdio> | 32 #include <cstdio> |
33 | 33 |
34 #include <string> | 34 #include <string> |
35 | 35 |
36 #include "MArray.h" | 36 #include "MArray2.h" |
37 | 37 |
38 #include "mx-defs.h" | 38 #include "mx-defs.h" |
39 | 39 |
40 class | 40 class |
41 charMatrix : public MArray2<char> | 41 charMatrix : public MArray2<char> |