Mercurial > hg > octave-nkf
comparison liboctave/boolNDArray.h @ 6707:b7e71f0fc805
[project @ 2007-06-13 06:05:53 by jwe]
author | jwe |
---|---|
date | Wed, 13 Jun 2007 06:05:53 +0000 |
parents | 143b556ce725 |
children | 0ce71beb1cf3 |
comparison
equal
deleted
inserted
replaced
6706:f9c19d0447a2 | 6707:b7e71f0fc805 |
---|---|
23 | 23 |
24 #if !defined (octave_boolNDArray_h) | 24 #if !defined (octave_boolNDArray_h) |
25 #define octave_boolNDArray_h 1 | 25 #define octave_boolNDArray_h 1 |
26 | 26 |
27 #include "ArrayN.h" | 27 #include "ArrayN.h" |
28 #include "CMatrix.h" | |
29 | 28 |
30 #include "mx-defs.h" | 29 #include "mx-defs.h" |
31 #include "mx-op-defs.h" | 30 #include "mx-op-defs.h" |
32 | 31 |
33 #include "boolMatrix.h" | 32 #include "boolMatrix.h" |