comparison liboctave/chMatrix.cc @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents 7aae2c3636a7
children 5eef8a2294bd
comparison
equal deleted inserted replaced
3502:b5238ac1dca9 3503:d14c483b3c12
27 27
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 <iostream>
32 #include <string> 33 #include <string>
33
34 #include <iostream.h>
35 34
36 #include "lo-error.h" 35 #include "lo-error.h"
37 #include "str-vec.h" 36 #include "str-vec.h"
38 #include "mx-base.h" 37 #include "mx-base.h"
39 #include "mx-inlines.cc" 38 #include "mx-inlines.cc"