summaryrefslogtreecommitdiff
path: root/lapacke/src/lapacke_dgttrf.c
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-03-22 22:55:22 +0000
committerjulie <julielangou@users.noreply.github.com>2012-03-22 22:55:22 +0000
commit00f52845f673da75f25d60f80a3df1385073962d (patch)
treeac8ea885cab4a0c2a6776de0b2bd1aaa3aacc57f /lapacke/src/lapacke_dgttrf.c
parente928763a012c59d139825b36142218d8db4946d1 (diff)
downloadlapack-00f52845f673da75f25d60f80a3df1385073962d.tar.gz
lapack-00f52845f673da75f25d60f80a3df1385073962d.tar.bz2
lapack-00f52845f673da75f25d60f80a3df1385073962d.zip
Following Mathieu's request, some part of lapacke.h were moved to lapacke_utils.h
(the definition of ABS, MAX, MIN, etc...) Those were conflicting with PLASMA internal definitions. LAPCKE Routines are now just including lapacke_utils.h which in turn includes lapacke.h
Diffstat (limited to 'lapacke/src/lapacke_dgttrf.c')
-rw-r--r--lapacke/src/lapacke_dgttrf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lapacke/src/lapacke_dgttrf.c b/lapacke/src/lapacke_dgttrf.c
index 887f8c01..056b8cd8 100644
--- a/lapacke/src/lapacke_dgttrf.c
+++ b/lapacke/src/lapacke_dgttrf.c
@@ -31,7 +31,6 @@
* Generated November, 2011
*****************************************************************************/
-#include "lapacke.h"
#include "lapacke_utils.h"
lapack_int LAPACKE_dgttrf( lapack_int n, double* dl, double* d, double* du,