Mercurial > hg > octave-lyh
comparison liboctave/Array3.cc @ 3503:d14c483b3c12
[project @ 2000-02-01 04:06:07 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 04:06:39 +0000 |
parents | 17261f602206 |
children | 1fb249b4d1bb |
comparison
equal
deleted
inserted
replaced
3502:b5238ac1dca9 | 3503:d14c483b3c12 |
---|---|
29 #include <config.h> | 29 #include <config.h> |
30 #endif | 30 #endif |
31 | 31 |
32 #include <cassert> | 32 #include <cassert> |
33 | 33 |
34 #include <iostream.h> | 34 #include <iostream> |
35 | 35 |
36 #include "Array3.h" | 36 #include "Array3.h" |
37 | 37 |
38 #if defined (HEAVYWEIGHT_INDEXING) | 38 #if defined (HEAVYWEIGHT_INDEXING) |
39 #include "idx-vector.h" | 39 #include "idx-vector.h" |