Change SuperLU include file to avoid name conflict.

This commit is contained in:
chtong 2003-04-08 21:32:06 +00:00
parent 6f8e5934b3
commit d2384ce5e1
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
#if HAVE_SUPERLU
#include "dsp_defs.h"
#include "util.h"
#include "slu_util.h"
#endif
/*-------------------------------------------------------------------------

View File

@ -66,7 +66,7 @@
#ifdef HAVE_SUPERLU
#include "dsp_defs.h"
#include "util.h"
#include "slu_util.h"
#endif
//---------------------------------------------------------------------------

View File

@ -69,7 +69,7 @@ extern "C" {
#endif
#ifdef HAVE_SUPERLU
#include "dsp_defs.h"
#include "util.h"
#include "slu_util.h"
#endif
//******************************************************************************

View File

@ -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);