comparison liboctave/idx-vector.cc @ 453:393e95f46b51

[project @ 1994-06-06 00:05:20 by jwe]
author jwe
date Mon, 06 Jun 1994 00:14:55 +0000
parents ec2a6ad30162
children b9284136189a
comparison
equal deleted inserted replaced
452:565206294f5a 453:393e95f46b51
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #if defined (__GNUG__)
29 #pragma implementation
30 #endif
31
28 #include <iostream.h> 32 #include <iostream.h>
29 #include <stdlib.h> 33 #include <stdlib.h>
30 34
31 #include "Matrix.h" 35 #include "dMatrix.h"
32 #include "Range.h" 36 #include "Range.h"
33 #include "idx-vector.h" 37 #include "idx-vector.h"
34 #include "user-prefs.h" 38 #include "user-prefs.h"
35 #include "error.h" 39 #include "error.h"
36 #include "utils.h" 40 #include "utils.h"