comparison src/xdiv.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 611d403c7f3d
children 19c10b8657d5
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
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 #include <assert.h> 28 #include <cassert>
29
29 #include <Complex.h> 30 #include <Complex.h>
30 31
31 #include "xdiv.h" 32 #include "xdiv.h"
32 #include "dMatrix.h" 33 #include "dMatrix.h"
33 #include "CMatrix.h" 34 #include "CMatrix.h"