summaryrefslogtreecommitdiff
path: root/math/superlu_mt/files/patch-TESTING+pddrive.c
blob: 52f92404b7e0cd8bfb69d8224b94830ab1503765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- TESTING/pddrive.c.orig	2008-06-18 22:06:40.000000000 -0500
+++ TESTING/pddrive.c	2008-06-18 22:08:38.000000000 -0500
@@ -9,6 +9,11 @@
 #define	FMT2      "%10s:fact=%d, trans=%d, refact=%d, equed=%d, n=%d, imat=%d, test(%d)=%12.5g\n"
 #define FMT3      "%10s:info=%d, izero=%d, n=%d, nrhs=%d, imat=%d, nfail=%d\n"
 
+/* SuperLU compatibility */
+#define DN SLU_DN
+#define _D SLU_D
+#define GE SLU_GE
+#define NC SLU_NC
 
 main(int argc, char *argv[])
 {