summarylogtreecommitdiffstats
path: root/min-max-conflict.patch
blob: e5e3f4259fd4308ba60a1b34ec6d51f9050fedb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp
===================================================================
--- SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp	(revision 6236)
+++ SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp	(working copy)
@@ -31,6 +31,7 @@
 
 #include <DistributedSuperLU.h>
 #include <SparseGenColLinSOE.h>
+#include <superlu_ddefs.h>
 #include <f2c.h>
 #include <math.h>
 #include <Channel.h>
@@ -37,10 +38,10 @@
 #include <FEM_ObjectBroker.h>
 #include <ID.h>
 
-#include <superlu_ddefs.h>
 
 
 
+
 superlu_options_t options;
 SuperLUStat_t stat;
 SuperMatrix A;