summaryrefslogtreecommitdiff
path: root/math/superlu_mt/files/patch-TESTING+pddrive.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/superlu_mt/files/patch-TESTING+pddrive.c')
-rw-r--r--math/superlu_mt/files/patch-TESTING+pddrive.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/superlu_mt/files/patch-TESTING+pddrive.c b/math/superlu_mt/files/patch-TESTING+pddrive.c
deleted file mode 100644
index 52f92404b7e0..000000000000
--- a/math/superlu_mt/files/patch-TESTING+pddrive.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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[])
- {