Change SuperLU include file to avoid name conflict.
This commit is contained in:
parent
6f8e5934b3
commit
d2384ce5e1
@ -12,7 +12,7 @@
|
||||
|
||||
#if HAVE_SUPERLU
|
||||
#include "dsp_defs.h"
|
||||
#include "util.h"
|
||||
#include "slu_util.h"
|
||||
#endif
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
#ifdef HAVE_SUPERLU
|
||||
#include "dsp_defs.h"
|
||||
#include "util.h"
|
||||
#include "slu_util.h"
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
@ -69,7 +69,7 @@ extern "C" {
|
||||
#endif
|
||||
#ifdef HAVE_SUPERLU
|
||||
#include "dsp_defs.h"
|
||||
#include "util.h"
|
||||
#include "slu_util.h"
|
||||
#endif
|
||||
|
||||
//******************************************************************************
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
#ifdef HAVE_SUPERLU
|
||||
#include "dsp_defs.h"
|
||||
#include "util.h"
|
||||
#include "slu_util.h"
|
||||
#endif
|
||||
|
||||
extern void qsort0(int*, int, int);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user