diff options
author | julie <julielangou@users.noreply.github.com> | 2012-03-22 22:55:22 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2012-03-22 22:55:22 +0000 |
commit | 00f52845f673da75f25d60f80a3df1385073962d (patch) | |
tree | ac8ea885cab4a0c2a6776de0b2bd1aaa3aacc57f /lapacke/src/lapacke_sgerfsx.c | |
parent | e928763a012c59d139825b36142218d8db4946d1 (diff) | |
download | lapack-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_sgerfsx.c')
-rw-r--r-- | lapacke/src/lapacke_sgerfsx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lapacke/src/lapacke_sgerfsx.c b/lapacke/src/lapacke_sgerfsx.c index 8b1a08c8..5d60158f 100644 --- a/lapacke/src/lapacke_sgerfsx.c +++ b/lapacke/src/lapacke_sgerfsx.c @@ -31,7 +31,6 @@ * Generated November, 2011 *****************************************************************************/ -#include "lapacke.h" #include "lapacke_utils.h" lapack_int LAPACKE_sgerfsx( int matrix_order, char trans, char equed, |