comparison liboctave/Array.cc @ 4518:382cb0ed8c14

[project @ 2003-09-20 18:08:40 by jwe]
author jwe
date Sat, 20 Sep 2003 18:08:40 +0000
parents b4449b1193ac
children e8d87fefd144
comparison
equal deleted inserted replaced
4517:b4449b1193ac 4518:382cb0ed8c14
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <cassert> 32 #include <cassert>
33 #include <climits>
33 34
34 #include <iostream> 35 #include <iostream>
35 36
36 #include "Array.h" 37 #include "Array.h"
37 #include "Array-flags.h" 38 #include "Array-flags.h"